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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 豫θ?^ | 100110001010110010000011110001100011111101011110 | 98ac83c63f5e |
EUC-JP | 豫θ?^ | 110100001010111010100110110010000011111101011110 | d0aea6c83f5e |
UTF-8 | 豫θ뀯^ | 111010001011000110101011110011101011100011101011100000001010111101011110 | e8b1abceb8eb80af5e |
UHC | 豫θ뀯^ | 11100111111000111010010111101000100001011010010101011110 | e7e3a5e885a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)