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 | 較菫 | 10001010011100101110010010111111 | 8a72e4bf |
EUC-JP | 較菫 | 10110011110100111110100011000001 | b3d3e8c1 |
UTF-8 | 較菫 | 111010001011110010000011111010001000111110101011 | e8bc83e88fab |
UHC | 較菫 | 11001110111100101101000011001011 | cef2d0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)