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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | 塡?^ | 1000111110111000101101000011111101011110 | 8fb8b43f5e |
UTF-8 | 塡聃^ | 11100101101000011010000111101000100000011000001101011110 | e5a1a1e881835e |
UHC | 塡聃^ | 1110111011110011110100111100010001011110 | eef3d3c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)