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 | GME[ | 1001001001000111100100100100110110010010010001011001001001011011 | 9247924d9245925b |
| SJIS-WIN | ?G?M?E?[ | 0011111101000111001111110100110100111111010001010011111101011011 | 3f473f4d3f453f5b |
| EUC-JP | ?G?M?E?[ | 0011111101000111001111110100110100111111010001010011111101011011 | 3f473f4d3f453f5b |
| UTF-8 | GME[ | 110000101001001001000111110000101001001001001101110000101001001001000101110000101001001001011011 | c29247c2924dc29245c2925b |
| UHC | ?G?M?E?[ | 0011111101000111001111110100110100111111010001010011111101011011 | 3f473f4d3f453f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)