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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 轜h蟹B | 11100111011111101000001010001000100010100100100101000010 | e77e82888a4942 |
EUC-JP | 轜h蟹B | 11101101110111111010001111101000101100111010101001000010 | eddfa3e8b3aa42 |
UTF-8 | 轜h蟹B | 11101000101111011001110011101111101111011000100011101000100111111011100101000010 | e8bd9cefbd88e89fb942 |
UHC | ?h蟹B | 001111111010001111101000111110101010111101000010 | 3fa3e8faaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)