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 | 001111110101110001000101 | 3f5c45 |
SJIS-WIN | ?\E | 001111110101110001000101 | 3f5c45 |
EUC-JP | ?\E | 001111110101110001000101 | 3f5c45 |
UTF-8 | ӹ\E | 11010011101110010101110001000101 | d3b95c45 |
UHC | ?\E | 001111110101110001000101 | 3f5c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)