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 | 100111101111100000111111001111110100000001101000 | 9ef83f3f4068 |
EUC-JP | 檍??@h | 110111001111101000111111001111110100000001101000 | dcfa3f3f4068 |
UTF-8 | 檍됰젿@h | 1110011010101010100011011110101110010000101100001110110010100000101111110100000001101000 | e6aa8deb90b0eca0bf4068 |
UHC | 檍됰젿@h | 1110010111100101100010011110101110100000101100010100000001101000 | e5e589eba0b14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)