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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ??掖BF | 001111110011111110011101011101000100001001000110 | 3f3f9d744246 |
EUC-JP | ??掖BF | 001111110011111111011001110101010100001001000110 | 3f3fd9d54246 |
UTF-8 | 롋롖掖BF | 1110101110100001100010111110101110100001100101101110011010001110100101100100001001000110 | eba18beba196e68e964246 |
UHC | 롋롖掖BF | 1000111011010001100011101101101011100100111110100100001001000110 | 8ed18edae4fa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)