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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜈ェ隍絶伯 | 111001011000010110101010111010001010010010010000111000101001010010001100 | e585aae8a490e2948c |
EUC-JP | 蜈ェ隍絶伯 | 11101001111001011000111010101010111100001010011011000000111001001100011111101100 | e9e58eaaf0a6c0e4c7ec |
UTF-8 | 蜈ェ隍絶伯 | 111010001001110010001000111011111011110110101010111010011001101010001101111001111011010110110110111001001011110010101111 | e89c88efbdaae99a8de7b5b6e4bcaf |
UHC | 蜈?隍絶伯 | 111010001010010100111111111111001101101111101111101111101101101111010111 | e8a53ffcdbefbedbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)