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 | ?☆ | 001111111000000110011001 | 3f8199 |
EUC-JP | 塡☆ | 1000111110111000101101001010000111111001 | 8fb8b4a1f9 |
UTF-8 | 塡☆ | 111001011010000110100001111000101001100010000110 | e5a1a1e29886 |
UHC | 塡☆ | 11101110111100111010000111011001 | eef3a1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)