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 | ??Q@h | 0011111100111111010100010100000001101000 | 3f3f514068 |
SJIS-WIN | 恁?Q@h | 100111001000110000111111010100010100000001101000 | 9c8c3f514068 |
EUC-JP | 恁?Q@h | 110101111110110000111111010100010100000001101000 | d7ec3f514068 |
UTF-8 | 恁₄Q@h | 111001101000000110000001111000101000001010000100010100010100000001101000 | e68181e28284514068 |
UHC | 恁₄Q@h | 11101100111101101010100111111110010100010100000001101000 | ecf6a9fe514068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)