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 | 椀甕 | 10011000011011111110000101010000 | 986fe150 |
EUC-JP | 椀甕 | 11001111110100001110000110110001 | cfd0e1b1 |
UTF-8 | 椀甕 | 111001101010010010000000111001111001010010010101 | e6a480e79495 |
UHC | 椀甕 | 11101000110010101110100010111000 | e8cae8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)