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 | 掩??愿? | 10001001100001100011111100111111100111001100001100111111 | 89863f3f9cc33f |
EUC-JP | 掩??愿? | 10110001111001100011111100111111110110001100010100111111 | b1e63f3fd8c53f |
UTF-8 | 掩뽯뎽愿똝 | 111001101000111010101001111010111011110110101111111010111000111010111101111001101000010010111111111010111001100010011101 | e68ea9ebbdafeb8ebde684bfeb989d |
UHC | 掩뽯뎽愿똝 | 11100101111100111001011011101011100010011001000011101010101101001000110001011010 | e5f396eb8990eab48c5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)