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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 顰躯駁h | 11101000111111001000101111101011100101001001110101101000 | e8fc8beb949d68 |
EUC-JP | 顰躯駁h | 11110000111111101011011011101101110001111111110101101000 | f0feb6edc7fd68 |
UTF-8 | 顰躯駁h | 11101001101000011011000011101000101110101010111111101001101001111000000101101000 | e9a1b0e8baafe9a78168 |
UHC | ??駁h | 0011111100111111110110101110000001101000 | 3f3fdae068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)