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 | 110000111001110011000011101000010100000001101000 | c39cc3a14068 |
EUC-JP | テ愿。@h | 1000111011000011110110001100010110001110101000010100000001101000 | 8ec3d8c58ea14068 |
UTF-8 | テ愿。@h | 1110111110111110100000111110011010000100101111111110111110111101101000010100000001101000 | efbe83e684bfefbda14068 |
UHC | ?愿?@h | 001111111110101010110100001111110100000001101000 | 3feab43f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)