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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | 渶??B | 100011111100011111101101001111110011111101000010 | 8fc7ed3f3f42 |
UTF-8 | 渶ㅷ랠B | 11100110101110001011011011100011100001011011011111101011100111101010000001000010 | e6b8b6e385b7eb9ea042 |
UHC | 渶ㅷ랠B | 11100111101101111010010011100111101101111010010001000010 | e7b7a4e7b7a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)