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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豁ェ繽難シ | 1110011010101101101010101110001110001111100100111110111110111100 | e6adaae38f93efbc |
EUC-JP | 豁ェ繽難シ | 11101100101011111000111010101010111001011110111111000110111100011000111010111100 | ecaf8eaae5efc6f18ebc |
UTF-8 | 豁ェ繽難シ | 111010001011000110000001111011111011110110101010111001111011100110111101111010011001101110100011111011111011110110111100 | e8b181efbdaae7b9bde99ba3efbdbc |
UHC | 豁??難? | 11111100110000110011111100111111110100011111000100111111 | fcc33f3fd1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)