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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 裝耕?@h | 11100101111001001000110101101011001111110100000001101000 | e5e48d6b3f4068 |
EUC-JP | 裝耕适@h | 111010101110011010111001110011001000111111100001110010110100000001101000 | eae6b9cc8fe1cb4068 |
UTF-8 | 裝耕适@h | 1110100010100011100111011110100010000000100101011110100110000000100000100100000001101000 | e8a39de88095e980824068 |
UHC | 裝耕适@h | 1110110111111011110011001110100111001110110000010100000001101000 | edfbcce9cec14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)