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 | 10010010010000100101110001000101 | 92425c45 |
EUC-JP | 達\E | 11000011101000110101110001000101 | c3a35c45 |
UTF-8 | 達\E | 1110100110000001100101000101110001000101 | e981945c45 |
UHC | 達\E | 11010011101110010101110001000101 | d3b95c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)