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 | GW®E | 1001001001000111100100100101011110010001101011101001001001000101 | 9247925791ae9245 |
SJIS-WIN | ?G?W???E | 0011111101000111001111110101011100111111001111110011111101000101 | 3f473f573f3f3f45 |
EUC-JP | ?G?W?®?E | 00111111010001110011111101010111001111111000111110100010111011100011111101000101 | 3f473f573f8fa2ee3f45 |
UTF-8 | GW®E | 11000010100100100100011111000010100100100101011111000010100100011100001010101110110000101001001001000101 | c29247c29257c291c2aec29245 |
UHC | ?G?W?®?E | 001111110100011100111111010101110011111110100010111001110011111101000101 | 3f473f573fa2e73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)