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 | GA¥E | 10010010010001111001001001000001100100011010010110010010010001011001000110101101 | 9247924191a5924591ad |
SJIS-WIN | ?G?A?¥?E?? | 0011111101000111001111110100000100111111100000011000111100111111010001010011111100111111 | 3f473f413f818f3f453f3f |
EUC-JP | ?G?A???E?? | 00111111010001110011111101000001001111110011111100111111010001010011111100111111 | 3f473f413f3f3f453f3f |
UTF-8 | GA¥E | 1100001010010010010001111100001010010010010000011100001010010001110000101010010111000010100100100100010111000010100100011100001010101101 | c29247c29241c291c2a5c29245c291c2ad |
UHC | ?G?A???E? | 0011111101000111001111110100000100111111001111110011111101000101001111111010000110101001 | 3f473f413f3f3f453fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)