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 | 惠??B | 1001110010101000001111110011111101000010 | 9ca83f3f42 |
EUC-JP | 惠??B | 1101100010101010001111110011111101000010 | d8aa3f3f42 |
UTF-8 | 惠욐뿛B | 11100110100000111010000011101100100110101001000011101011101111111001101101000010 | e683a0ec9a90ebbf9b42 |
UHC | 惠욐뿛B | 11111011101100111001111011101110100101111001111001000010 | fbb39eee979e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)