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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 佇籠 | 10011000110010001110001011000100 | 98c8e2c4 |
EUC-JP | 佇籠 | 11010000110010101110010011000110 | d0cae4c6 |
UTF-8 | 佇籠 | 111001001011110110000111111001111011000110100000 | e4bd87e7b1a0 |
UHC | 佇籠 | 11101110101101111101011011101011 | eeb7d6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)