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 | AqAqB | 10010010010000010111000110010010010000010111000101000010 | 92417192417142 |
SJIS-WIN | ?Aq?AqB | 00111111010000010111000100111111010000010111000101000010 | 3f41713f417142 |
EUC-JP | ?Aq?AqB | 00111111010000010111000100111111010000010111000101000010 | 3f41713f417142 |
UTF-8 | AqAqB | 110000101001001001000001011100011100001010010010010000010111000101000010 | c2924171c292417142 |
UHC | ?Aq?AqB | 00111111010000010111000100111111010000010111000101000010 | 3f41713f417142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)