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 | 墻ζ?^ | 100110101101010010000011110001000011111101011110 | 9ad483c43f5e |
EUC-JP | 墻ζ?^ | 110101001101011010100110110001100011111101011110 | d4d6a6c63f5e |
UTF-8 | 墻ζ굢^ | 111001011010001010111011110011101011011011101010101101011010001001011110 | e5a2bbceb6eab5a25e |
UHC | 墻ζ굢^ | 11101101110111111010010111100110100000101000100101011110 | eddfa5e682895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)