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 | ©Àý¢ÄGB | 100011111010100111000000111111011000111110100010110001000100011101000010 | 8fa9c0fd8fa2c44742 |
SJIS-WIN | ?????¢?GB | 00111111001111110011111100111111001111111000000110010001001111110100011101000010 | 3f3f3f3f3f81913f4742 |
EUC-JP | ?©Àý?¢ÄGB | 001111111000111110100010111011011000111110101010101000101000111110101011111100100011111110100001111100011000111110101010101000110100011101000010 | 3f8fa2ed8faaa28fabf23fa1f18faaa34742 |
UTF-8 | ©Àý¢ÄGB | 11000010100011111100001010101001110000111000000011000011101111011100001010001111110000101010001011000011100001000100011101000010 | c28fc2a9c380c3bdc28fc2a2c3844742 |
UHC | ???????GB | 001111110011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)