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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 娥??娥??^ | 100110110100110100111111001111111001101101001101001111110011111101011110 | 9b4d3f3f9b4d3f3f5e |
EUC-JP | 娥??娥??^ | 110101011010111000111111001111111101010110101110001111110011111101011110 | d5ae3f3fd5ae3f3f5e |
UTF-8 | 娥룇뜥娥룇뜥^ | 11100101101010001010010111101011101000111000011111101011100111001010010111100101101010001010010111101011101000111000011111101011100111001010010101011110 | e5a8a5eba387eb9ca5e5a8a5eba387eb9ca55e |
UHC | 娥룇뜥娥룇뜥^ | 11100100101100001000111110000110100011011010100011100100101100001000111110000110100011011010100001011110 | e4b08f868da8e4b08f868da85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)