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 | A|A|B | 10010010010000010111110010010010010000010111110001000010 | 92417c92417c42 |
SJIS-WIN | ?A|?A|B | 00111111010000010111110000111111010000010111110001000010 | 3f417c3f417c42 |
EUC-JP | ?A|?A|B | 00111111010000010111110000111111010000010111110001000010 | 3f417c3f417c42 |
UTF-8 | A|A|B | 110000101001001001000001011111001100001010010010010000010111110001000010 | c292417cc292417c42 |
UHC | ?A|?A|B | 00111111010000010111110000111111010000010111110001000010 | 3f417c3f417c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)