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 | ©Àý¢ê¼ | 1000111110101001110000001111110110001111101000101110101010111100 | 8fa9c0fd8fa2eabc |
SJIS-WIN | ?????¢?? | 001111110011111100111111001111110011111110000001100100010011111100111111 | 3f3f3f3f3f81913f3f |
EUC-JP | ?©Àý?¢ê? | 0011111110001111101000101110110110001111101010101010001010001111101010111111001000111111101000011111000110001111101010111011010000111111 | 3f8fa2ed8faaa28fabf23fa1f18fabb43f |
UTF-8 | ©Àý¢ê¼ | 11000010100011111100001010101001110000111000000011000011101111011100001010001111110000101010001011000011101010101100001010111100 | c28fc2a9c380c3bdc28fc2a2c3aac2bc |
UHC | ???????¼ | 001111110011111100111111001111110011111100111111001111111010100011111001 | 3f3f3f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)