To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猝狹珎 | 111000001100101011100000110000111110000011011101 | e0cae0c3e0dd |
EUC-JP | 猝狹珎 | 111000001100110011100000110001011110000011011111 | e0cce0c5e0df |
UTF-8 | 猝狹珎 | 111001111000110010011101111001111000101110111001111001111000111110001110 | e78c9de78bb9e78f8e |
UHC | 猝狹? | 1111000011110001111110101111010100111111 | f0f1faf53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)