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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 齧h齧 | 1110101010010110011010001110101010010110 | ea9668ea96 |
EUC-JP | 齧h齧 | 1111001111110110011010001111001111110110 | f3f668f3f6 |
UTF-8 | 齧h齧 | 11101001101111011010011101101000111010011011110110100111 | e9bda768e9bda7 |
UHC | 齧h齧 | 1110000011100101011010001110000011100101 | e0e568e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)