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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 中???^ | 100100101000011000111111001111110011111101011110 | 92863f3f3f5e |
EUC-JP | 中???^ | 110000111110011000111111001111110011111101011110 | c3e63f3f3f5e |
UTF-8 | 中쇠렡렮^ | 11100100101110001010110111101100100001111010000011101011101000001010000111101011101000001010111001011110 | e4b8adec87a0eba0a1eba0ae5e |
UHC | 中쇠렡렮^ | 111100011110100110111100111010001000111010110010100011101011101101011110 | f1e9bce88eb28ebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)