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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 襌亥更^ | 11100101111110011000100011100101100011010101100001011110 | e5f988e58d585e |
EUC-JP | 襌亥更^ | 11101010111110111011000011100111101110011011100101011110 | eafbb0e7b9b95e |
UTF-8 | 襌亥更^ | 11101000101001011000110011100100101110101010010111100110100110111011010001011110 | e8a58ce4baa5e69bb45e |
UHC | ?亥更^ | 001111111111101010100100110011001101101001011110 | 3ffaa4ccda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)