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 | 11101001101111110101110101000101 | e9bf5d45 |
EUC-JP | 鯀]E | 11110010110000010101110101000101 | f2c15d45 |
UTF-8 | 鯀]E | 1110100110101111100000000101110101000101 | e9af805d45 |
UHC | ?]E | 001111110101110101000101 | 3f5d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)