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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 壕?B | 10001101100010000011111101000010 | 8d883f42 |
EUC-JP | 壕?B | 10111001111010000011111101000010 | b9e83f42 |
UTF-8 | 壕렜B | 11100101101000111001010111101011101000001001110001000010 | e5a395eba09c42 |
UHC | 壕렜B | 1111101110111101100011101010111001000010 | fbbd8eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)