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 | 憶?憶?^ | 10001001101011110011111110001001101011110011111101011110 | 89af3f89af3f5e |
EUC-JP | 憶?憶?^ | 10110010101100010011111110110010101100010011111101011110 | b2b13fb2b13f5e |
UTF-8 | 憶룁憶뢸^ | 11100110100001101011011011101011101000111000000111100110100001101011011011101011101000101011100001011110 | e686b6eba381e686b6eba2b85e |
UHC | 憶룁憶뢸^ | 111001011110001110110111110111101110010111100011101101111101110001011110 | e5e3b7dee5e3b7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)