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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 辣廢 | 11100111100001011001110001000101 | e7859c45 |
EUC-JP | 辣廢 | 11101101111001011101011110100110 | ede5d7a6 |
UTF-8 | 辣廢 | 111010001011111010100011111001011011101110100010 | e8bea3e5bba2 |
UHC | 辣廢 | 11010101101110001111100011001000 | d5b8f8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)