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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 祭校 | 10001101110101011000110101011010 | 8dd58d5a |
EUC-JP | 祭校 | 10111010110101111011100110111011 | bad7b9bb |
UTF-8 | 祭校 | 111001111010010110101101111001101010000010100001 | e7a5ade6a0a1 |
UHC | 祭校 | 11110000101011101100111011101000 | f0aecee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)