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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 螟摯螟摯B | 111001011010010010011101100101011110010110100100100111011001010101000010 | e5a49d95e5a49d9542 |
EUC-JP | 螟摯螟摯B | 111010101010011011011001111101011110101010100110110110011111010101000010 | eaa6d9f5eaa6d9f542 |
UTF-8 | 螟摯螟摯B | 11101000100111101001111111100110100100011010111111101000100111101001111111100110100100011010111101000010 | e89e9fe691afe89e9fe691af42 |
UHC | 螟摯螟摯B | 110110011010110111110010101001111101100110101101111100101010011101000010 | d9adf2a7d9adf2a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)