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 | ?@?@B | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 獵@獵@B | 11100000110110000100000011100000110110000100000001000010 | e0d840e0d84042 |
EUC-JP | 獵@獵@B | 11100000110110100100000011100000110110100100000001000010 | e0da40e0da4042 |
UTF-8 | 獵@獵@B | 111001111000110110110101010000001110011110001101101101010100000001000010 | e78db540e78db54042 |
UHC | 獵@獵@B | 11010110101101000100000011010110101101000100000001000010 | d6b440d6b44042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)