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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 蜥、髯ス@h | 1110010110010010101001001110100110011001101111010100000001101000 | e592a4e999bd4068 |
EUC-JP | 蜥、髯ス@h | 11101001111100101000111010100100111100011111100110001110101111010100000001101000 | e9f28ea4f1f98ebd4068 |
UTF-8 | 蜥、髯ス@h | 1110100010011100101001011110111110111101101001001110100110101011101011111110111110111101101111010100000001101000 | e89ca5efbda4e9abafefbdbd4068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)