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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 迚エ]H | 1110011110001001101101000101110101001000 | e789b45d48 |
EUC-JP | 迚エ]H | 111011011110100110001110101101000101110101001000 | ede98eb45d48 |
UTF-8 | 迚エ]H | 1110100010111111100110101110111110111101101101000101110101001000 | e8bf9aefbdb45d48 |
UHC | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)