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 | @Dc^ | 100100100100000010010010010001000110001101011110 | 92409244635e |
SJIS-WIN | ?@?Dc^ | 001111110100000000111111010001000110001101011110 | 3f403f44635e |
EUC-JP | ?@?Dc^ | 001111110100000000111111010001000110001101011110 | 3f403f44635e |
UTF-8 | @Dc^ | 1100001010010010010000001100001010010010010001000110001101011110 | c29240c29244635e |
UHC | ?@?Dc^ | 001111110100000000111111010001000110001101011110 | 3f403f44635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)