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 | ?L@B | 00111111010011000100000001000010 | 3f4c4042 |
SJIS-WIN | 盖L@B | 1110000110110011010011000100000001000010 | e1b34c4042 |
EUC-JP | 盖L@B | 1110001010110101010011000100000001000010 | e2b54c4042 |
UTF-8 | 盖L@B | 111001111001101110010110010011000100000001000010 | e79b964c4042 |
UHC | 盖L@B | 1100101111001100010011000100000001000010 | cbcc4c4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)