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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 湲?臍?E | 10011111110100010011111111100100011000000011111101000101 | 9fd13fe4603f45 |
EUC-JP | 湲?臍?E | 11011110110100110011111111100111110000010011111101000101 | ded33fe7c13f45 |
UTF-8 | 湲렣臍철E | 11100110101110011011001011101011101000001010001111101000100001111000110111101100101100101010000001000101 | e6b9b2eba0a3e8878decb2a045 |
UHC | 湲렣臍철E | 111010101011100010001110101101001111000010110000110000111011011001000101 | eab88eb4f0b0c3b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)