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 | O]E | 10010111010011110101110101000101 | 974f5d45 |
SJIS-WIN | ?O]E | 00111111010011110101110101000101 | 3f4f5d45 |
EUC-JP | ?O]E | 00111111010011110101110101000101 | 3f4f5d45 |
UTF-8 | O]E | 1100001010010111010011110101110101000101 | c2974f5d45 |
UHC | ?O]E | 00111111010011110101110101000101 | 3f4f5d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)