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 | 111010010110011010000010111001000011111101000010 | e96682e43f42 |
EUC-JP | 馭ゆ?B | 111100011100011110100100111001100011111101000010 | f1c7a4e63f42 |
UTF-8 | 馭ゆ겒B | 11101001101001101010110111100011100000101000011011101010101100101001001001000010 | e9a6ade38286eab29242 |
UHC | 馭ゆ겒B | 11100101110111111010101011100110100000011010101001000010 | e5dfaae681aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)