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 | 1000111111100111111001010110101101000010 | 8fe7e56b42 |
EUC-JP | 冗虧B | 1011111011101001111010011100110001000010 | bee9e9cc42 |
UTF-8 | 冗虧B | 11100101100001101001011111101000100110011010011101000010 | e58697e899a742 |
UHC | 冗虧B | 1110100110110111111111011101000001000010 | e9b7fdd042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)