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 | ???OF | 0011111100111111001111110100111101000110 | 3f3f3f4f46 |
SJIS-WIN | 彦??OF | 100101010100011000111111001111110100111101000110 | 95463f3f4f46 |
EUC-JP | 彦??OF | 110010011010011100111111001111110100111101000110 | c9a73f3f4f46 |
UTF-8 | 彦쀫젡OF | 1110010110111101101001101110110010000000101010111110110010100000101000010100111101000110 | e5bda6ec80abeca0a14f46 |
UHC | 彦쀫젡OF | 1110010111101001100101111110101110100000100110100100111101000110 | e5e997eba09a4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)