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 | æýRG | 1110011011111101101011010101001001000111 | e6fdad5247 |
SJIS-WIN | ???RG | 0011111100111111001111110101001001000111 | 3f3f3f5247 |
EUC-JP | æý?RG | 100011111010100111000001100011111010101111110010001111110101001001000111 | 8fa9c18fabf23f5247 |
UTF-8 | æýRG | 1100001110100110110000111011110111000010101011010101001001000111 | c3a6c3bdc2ad5247 |
UHC | æ?RG | 10101001101000010011111110100001101010010101001001000111 | a9a13fa1a95247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)