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 | ?AY | 001111110100000101011001 | 3f4159 |
SJIS-WIN | 短AY | 10010010010110100100000101011001 | 925a4159 |
EUC-JP | 短AY | 11000011101110110100000101011001 | c3bb4159 |
UTF-8 | 短AY | 1110011110011111101011010100000101011001 | e79fad4159 |
UHC | 短AY | 11010011101011010100000101011001 | d3ad4159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)