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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 闢院h | 1110100010010011100010010100000001101000 | e893894068 |
EUC-JP | 闢院h | 1110111111110011101100011010000101101000 | eff3b1a168 |
UTF-8 | 闢院h | 11101001100101111010001011101001100110011010001001101000 | e997a2e999a268 |
UHC | 闢院h | 1101110010100011111010101100001001101000 | dca3eac268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)