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 | ?豁 | 001111111110011010101101 | 3fe6ad |
EUC-JP | 嶴豁 | 1000111110111011111100111110110010101111 | 8fbbf3ecaf |
UTF-8 | 嶴豁 | 111001011011011010110100111010001011000110000001 | e5b6b4e8b181 |
UHC | ?豁 | 001111111111110011000011 | 3ffcc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)