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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 姙?檣?B | 10011011010010110011111110011110111111000011111101000010 | 9b4b3f9efc3f42 |
EUC-JP | 姙?檣?B | 11010101101011000011111111011100111111100011111101000010 | d5ac3fdcfe3f42 |
UTF-8 | 姙렧檣렫B | 11100101101001111001100111101011101000001010011111100110101010101010001111101011101000001010101101000010 | e5a799eba0a7e6aaa3eba0ab42 |
UHC | 姙렧檣렫B | 111011001111010110001110101101101110110111101010100011101011100101000010 | ecf58eb6edea8eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)