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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 中嶝??B | 10010010100001101001101111010001001111110011111101000010 | 92869bd13f3f42 |
EUC-JP | 中嶝??B | 11000011111001101101011011010011001111110011111101000010 | c3e6d6d33f3f42 |
UTF-8 | 中嶝렰렕B | 11100100101110001010110111100101101101101001110111101011101000001011000011101011101000001001010101000010 | e4b8ade5b69deba0b0eba09542 |
UHC | 中嶝렰렕B | 111100011110100111010100111100011000111010111101100011101010101001000010 | f1e9d4f18ebd8eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)