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 | 諡廢 | 11100110100010111001110001000101 | e68b9c45 |
EUC-JP | 諡廢 | 11101011111010111101011110100110 | ebebd7a6 |
UTF-8 | 諡廢 | 111010001010101110100001111001011011101110100010 | e8aba1e5bba2 |
UHC | 諡廢 | 11100011110011011111100011001000 | e3cdf8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)