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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 闢占挙谺。h | 11101000100100111001000011101000100010111001001111100110101011001010000101101000 | e89390e88b93e6aca168 |
EUC-JP | 闢占挙谺。h | 1110111111110011110000001110101010110101111100111110110010101110100011101010000101101000 | eff3c0eab5f3ecae8ea168 |
UTF-8 | 闢占挙谺。h | 11101001100101111010001011100101100011011010000011100110100011001001100111101000101100001011101011101111101111011010000101101000 | e997a2e58da0e68c99e8b0baefbda168 |
UHC | 闢占???h | 1101110010100011111011111011111100111111001111110011111101101000 | dca3efbf3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)