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 | GXºP | 1001001001000111100100100101100010010001101110101001001001010000 | 9247925891ba9250 |
SJIS-WIN | ?G?X???P | 0011111101000111001111110101100000111111001111110011111101010000 | 3f473f583f3f3f50 |
EUC-JP | ?G?X?º?P | 00111111010001110011111101011000001111111000111110100010111010110011111101010000 | 3f473f583f8fa2eb3f50 |
UTF-8 | GXºP | 11000010100100100100011111000010100100100101100011000010100100011100001010111010110000101001001001010000 | c29247c29258c291c2bac29250 |
UHC | ?G?X?º?P | 001111110100011100111111010110000011111110101000101011000011111101010000 | 3f473f583fa8ac3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)