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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 中校??BF | 1001001010000110100011010101101000111111001111110100001001000110 | 92868d5a3f3f4246 |
EUC-JP | 中校??BF | 1100001111100110101110011011101100111111001111110100001001000110 | c3e6b9bb3f3f4246 |
UTF-8 | 中校렲렎BF | 1110010010111000101011011110011010100000101000011110101110100000101100101110101110100000100011100100001001000110 | e4b8ade6a0a1eba0b2eba08e4246 |
UHC | 中校렲렎BF | 11110001111010011100111011101000100011101011111110001110101001000100001001000110 | f1e9cee88ebf8ea44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)