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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 中???U | 100100101000011000111111001111110011111101010101 | 92863f3f3f55 |
EUC-JP | 中???U | 110000111110011000111111001111110011111101010101 | c3e63f3f3f55 |
UTF-8 | 中띳렰렯U | 11100100101110001010110111101011100111011011001111101011101000001011000011101011101000001010111101010101 | e4b8adeb9db3eba0b0eba0af55 |
UHC | 中띳렰렯U | 111100011110100110110110111100011000111010111101100011101011110001010101 | f1e9b6f18ebd8ebc55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)