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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驩矩焔^ | 11101001100010011000101111101001100010011000101101011110 | e9898be9898b5e |
EUC-JP | 驩矩焔^ | 11110001111010011011011011101011101100011110101101011110 | f1e9b6ebb1eb5e |
UTF-8 | 驩矩焔^ | 11101001101010011010100111100111100111111010100111100111100001001001010001011110 | e9a9a9e79fa9e784945e |
UHC | 驩矩?^ | 111111001011111011001111101110110011111101011110 | fcbecfbb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)