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 | 脂琿擡 | 100011101000100111100000111010111001110110101010 | 8e89e0eb9daa |
EUC-JP | 脂琿擡 | 101110111110100111100000111011011101101010101100 | bbe9e0eddaac |
UTF-8 | 脂琿擡 | 111010001000010010000010111001111001000010111111111001101001001110100001 | e88482e790bfe693a1 |
UHC | 脂琿擡 | 111100101011011111111011111010101101001111100100 | f2b7fbead3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)