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 | 塡? | 10001111101110001011010000111111 | 8fb8b43f |
UTF-8 | 塡샴 | 111001011010000110100001111011001000001110110100 | e5a1a1ec83b4 |
UHC | 塡샴 | 11101110111100111011110010100100 | eef3bca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)