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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 塡堈 | 100011111011100010110100100011111011011111111100 | 8fb8b48fb7fc |
UTF-8 | 塡堈 | 111001011010000110100001111001011010000010001000 | e5a1a1e5a088 |
UHC | 塡堈 | 11101110111100111100101110101000 | eef3cba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)