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 | 11001101110010000101110101001000 | cdc85d48 |
EUC-JP | ヘネ]H | 100011101100110110001110110010000101110101001000 | 8ecd8ec85d48 |
UTF-8 | ヘネ]H | 1110111110111110100011011110111110111110100010000101110101001000 | efbe8defbe885d48 |
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)