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 | «¤hi«¤hiB | 1000111110101011101001000110100001101001100011111010101110100100011010000110100101000010 | 8faba468698faba4686942 |
SJIS-WIN | ???hi???hiB | 0011111100111111001111110110100001101001001111110011111100111111011010000110100101000010 | 3f3f3f68693f3f3f686942 |
EUC-JP | ??¤hi??¤hiB | 001111110011111110001111101000101111000001101000011010010011111100111111100011111010001011110000011010000110100101000010 | 3f3f8fa2f068693f3f8fa2f0686942 |
UTF-8 | «¤hi«¤hiB | 1100001010001111110000101010101111000010101001000110100001101001110000101000111111000010101010111100001010100100011010000110100101000010 | c28fc2abc2a46869c28fc2abc2a4686942 |
UHC | ??¤hi??¤hiB | 00111111001111111010001010110100011010000110100100111111001111111010001010110100011010000110100101000010 | 3f3fa2b468693f3fa2b4686942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)