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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 轅?BF | 1110011101110110001111110100001001000110 | e7763f4246 |
EUC-JP | 轅?BF | 1110110111010111001111110100001001000110 | edd73f4246 |
UTF-8 | 轅쮗BF | 1110100010111101100001011110110010101110100101110100001001000110 | e8bd85ecae974246 |
UHC | 轅쮗BF | 111010101011111110101000011011110100001001000110 | eabfa86f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)