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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?佐?佐^ | 00111111100011011011001000111111100011011011001001011110 | 3f8db23f8db25e |
EUC-JP | ?佐?佐^ | 00111111101110101011010000111111101110101011010001011110 | 3fbab43fbab45e |
UTF-8 | 렠佐렠佐^ | 11101011101000001010000011100100101111011001000011101011101000001010000011100100101111011001000001011110 | eba0a0e4bd90eba0a0e4bd905e |
UHC | 렠佐렠佐^ | 100011101011000111110001101001011000111010110001111100011010010101011110 | 8eb1f1a58eb1f1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)