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 | GXG | 100100100100011110010010010110001001001001000111 | 924792589247 |
SJIS-WIN | ?G?X?G | 001111110100011100111111010110000011111101000111 | 3f473f583f47 |
EUC-JP | ?G?X?G | 001111110100011100111111010110000011111101000111 | 3f473f583f47 |
UTF-8 | GXG | 110000101001001001000111110000101001001001011000110000101001001001000111 | c29247c29258c29247 |
UHC | ?G?X?G | 001111110100011100111111010110000011111101000111 | 3f473f583f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)