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 | GEGEB | 10010010010001110100010110010010010001110100010101000010 | 92474592474542 |
SJIS-WIN | ?GE?GEB | 00111111010001110100010100111111010001110100010101000010 | 3f47453f474542 |
EUC-JP | ?GE?GEB | 00111111010001110100010100111111010001110100010101000010 | 3f47453f474542 |
UTF-8 | GEGEB | 110000101001001001000111010001011100001010010010010001110100010101000010 | c2924745c292474542 |
UHC | ?GE?GEB | 00111111010001110100010100111111010001110100010101000010 | 3f47453f474542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)