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 | ?@B | 001111110100000001000010 | 3f4042 |
SJIS-WIN | 孵@B | 10011011011110100100000001000010 | 9b7a4042 |
EUC-JP | 孵@B | 11010101110110110100000001000010 | d5db4042 |
UTF-8 | 孵@B | 1110010110101101101101010100000001000010 | e5adb54042 |
UHC | 孵@B | 11011101101000100100000001000010 | dda24042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)