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 | GJ°I | 1001001001000111100100100100101010010001101100001001001001001001 | 9247924a91b09249 |
SJIS-WIN | ?G?J?°?I | 001111110100011100111111010010100011111110000001100010110011111101001001 | 3f473f4a3f818b3f49 |
EUC-JP | ?G?J?°?I | 001111110100011100111111010010100011111110100001111010110011111101001001 | 3f473f4a3fa1eb3f49 |
UTF-8 | GJ°I | 11000010100100100100011111000010100100100100101011000010100100011100001010110000110000101001001001001001 | c29247c2924ac291c2b0c29249 |
UHC | ?G?J?°?I | 001111110100011100111111010010100011111110100001110001100011111101001001 | 3f473f4a3fa1c63f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)