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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 殃殃B | 1001111101101001100111110110100101000010 | 9f699f6942 |
EUC-JP | 殃殃B | 1101110111001010110111011100101001000010 | ddcaddca42 |
UTF-8 | 殃殃B | 11100110101011101000001111100110101011101000001101000010 | e6ae83e6ae8342 |
UHC | 殃殃B | 1110010011101010111001001110101001000010 | e4eae4ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)