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 | @\Y | 10010010010000000101110001011001 | 92405c59 |
SJIS-WIN | ?@\Y | 00111111010000000101110001011001 | 3f405c59 |
EUC-JP | ?@\Y | 00111111010000000101110001011001 | 3f405c59 |
UTF-8 | @\Y | 1100001010010010010000000101110001011001 | c292405c59 |
UHC | ?@\Y | 00111111010000000101110001011001 | 3f405c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)