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 | ?]E | 001111110101110101000101 | 3f5d45 |
SJIS-WIN | 辰]E | 10010010010000110101110101000101 | 92435d45 |
EUC-JP | 辰]E | 11000011101001000101110101000101 | c3a45d45 |
UTF-8 | 辰]E | 1110100010111110101100000101110101000101 | e8beb05d45 |
UHC | 辰]E | 11110010111000110101110101000101 | f2e35d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)