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 | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | 猷?????@h | 100101110101000100111111001111110011111100111111001111110100000001101000 | 97513f3f3f3f3f4068 |
EUC-JP | 猷?????@h | 110011011011001000111111001111110011111100111111001111110100000001101000 | cdb23f3f3f3f3f4068 |
UTF-8 | 猷띕뇾輦됤뼦@h | 1110011110001100101101111110101110011101100101011110101110000111101111101110111110100110100110001110101110010000101001001110101110111100101001100100000001101000 | e78cb7eb9d95eb87beefa698eb90a4ebbca64068 |
UHC | 猷띕뇾輦됤뼦@h | 1110101110100011101101101110101110000111100111111110011011100100100010011110001010010110101010010100000001101000 | eba3b6eb879fe6e489e296a94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)