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 | GRhGR | 100100100100011110010010010100100110100010010010010001111001001001010010 | 924792526892479252 |
SJIS-WIN | ?G?Rh?G?R | 001111110100011100111111010100100110100000111111010001110011111101010010 | 3f473f52683f473f52 |
EUC-JP | ?G?Rh?G?R | 001111110100011100111111010100100110100000111111010001110011111101010010 | 3f473f52683f473f52 |
UTF-8 | GRhGR | 11000010100100100100011111000010100100100101001001101000110000101001001001000111110000101001001001010010 | c29247c2925268c29247c29252 |
UHC | ?G?Rh?G?R | 001111110100011100111111010100100110100000111111010001110011111101010010 | 3f473f52683f473f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)