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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 迪熔BF | 111001111000110010010111011011110100001001000110 | e78c976f4246 |
EUC-JP | 迪熔BF | 111011011110110011001101110100000100001001000110 | edeccdd04246 |
UTF-8 | 迪熔BF | 1110100010111111101010101110011110000110100101000100001001000110 | e8bfaae786944246 |
UHC | 迪熔BF | 111011101110100011101001110000100100001001000110 | eee8e9c24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)