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 | ?{d | 001111110111101101100100 | 3f7b64 |
SJIS-WIN | 磽{d | 11100010010000100111101101100100 | e2427b64 |
EUC-JP | 磽{d | 11100011101000110111101101100100 | e3a37b64 |
UTF-8 | 磽{d | 1110011110100011101111010111101101100100 | e7a3bd7b64 |
UHC | ?{d | 001111110111101101100100 | 3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)