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 | 10011110100000000100000001000010 | 9e804042 |
EUC-JP | 梳@B | 11011011111000000100000001000010 | dbe04042 |
UTF-8 | 梳@B | 1110011010100010101100110100000001000010 | e6a2b34042 |
UHC | 梳@B | 11100001101110100100000001000010 | e1ba4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)