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 | Gº¶rB | 1001001001000111100100011011101010010001101101100111001001000010 | 924791ba91b67242 |
SJIS-WIN | ?G???¶rB | 001111110100011100111111001111110011111110000001111101110111001001000010 | 3f473f3f3f81f77242 |
EUC-JP | ?G?º?¶rB | 0011111101000111001111111000111110100010111010110011111110100010111110010111001001000010 | 3f473f8fa2eb3fa2f97242 |
UTF-8 | Gº¶rB | 11000010100100100100011111000010100100011100001010111010110000101001000111000010101101100111001001000010 | c29247c291c2bac291c2b67242 |
UHC | ?G?º?¶rB | 00111111010001110011111110101000101011000011111110100010110100100111001001000010 | 3f473fa8ac3fa2d27242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)