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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 皰峇@h | 111000011010110010011011101100100100000001101000 | e1ac9bb24068 |
EUC-JP | 皰峇@h | 111000101010111011010110101101000100000001101000 | e2aed6b44068 |
UTF-8 | 皰峇@h | 1110011110011010101100001110010110110011100001110100000001101000 | e79ab0e5b3874068 |
UHC | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)