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 | GGþp | 10010010010001111001001001000111100100011111111001110000 | 9247924791fe70 |
SJIS-WIN | ?G?G??p | 00111111010001110011111101000111001111110011111101110000 | 3f473f473f3f70 |
EUC-JP | ?G?G?þp | 001111110100011100111111010001110011111110001111101010011101000001110000 | 3f473f473f8fa9d070 |
UTF-8 | GGþp | 1100001010010010010001111100001010010010010001111100001010010001110000111011111001110000 | c29247c29247c291c3be70 |
UHC | ?G?G?þp | 0011111101000111001111110100011100111111101010011010110101110000 | 3f473f473fa9ad70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)