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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟾域岡 | 111001011011011110001000111001101000100110101010 | e5b788e689aa |
EUC-JP | 蟾域岡 | 111010101011100110110000111010001011001010101100 | eab9b0e8b2ac |
UTF-8 | 蟾域岡 | 111010001001111110111110111001011001111110011111111001011011001010100001 | e89fbee59f9fe5b2a1 |
UHC | 蟾域岡 | 111000001110101011100110101101001100101110101010 | e0eae6b4cbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)