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 | ∵? | 100000011110011000111111 | 81e63f |
EUC-JP | ∵? | 101000101110100000111111 | a2e83f |
UTF-8 | ∵∼ | 111000101000100010110101111000101000100010111100 | e288b5e288bc |
UHC | ∵∼ | 10100001111100011010000110101101 | a1f1a1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)