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 | ?蚤 | 001111111001010001100001 | 3f9461 |
EUC-JP | ?蚤 | 001111111100011111000010 | 3fc7c2 |
UTF-8 | 꿰蚤 | 111010101011111110110000111010001001101010100100 | eabfb0e89aa4 |
UHC | 꿰蚤 | 10110010111001111111000011011110 | b2e7f0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)