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 | ?????E] | 00111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f455d |
SJIS-WIN | 鳶??餓?E] | 100100111100111000111111001111111000100111101100001111110100010101011101 | 93ce3f3f89ec3f455d |
EUC-JP | 鳶??餓?E] | 110001101101000000111111001111111011001011101110001111110100010101011101 | c6d03f3fb2ee3f455d |
UTF-8 | 鳶멨콪餓뻞E] | 1110100110110011101101101110101110101001101010001110110010111101101010101110100110100100100100111110101110111011100111100100010101011101 | e9b3b6eba9a8ecbdaae9a493ebbb9e455d |
UHC | 鳶멨콪餓뻞E] | 111001101110100110111000111001011011000110011110111001001011101110010110011010000100010101011101 | e6e9b8e5b19ee4bb9668455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)