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 | 11100100101110111010010111100101101001001010001001000010 | e4bba5e5a4a242 |
EUC-JP | 莉・螟「B | 111010001011110110001110101001011110101010100110100011101010001001000010 | e8bd8ea5eaa68ea242 |
UTF-8 | 莉・螟「B | 11101000100011101000100111101111101111011010010111101000100111101001111111101111101111011010001001000010 | e88e89efbda5e89e9fefbda242 |
UHC | 莉?螟?B | 11010111111010010011111111011001101011010011111101000010 | d7e93fd9ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)