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 | ¢±©Áh | 10001111101000101011000110001111101010011100000101101000 | 8fa2b18fa9c168 |
SJIS-WIN | ?¢±???h | 001111111000000110010001100000010111110100111111001111110011111101101000 | 3f8191817d3f3f3f68 |
EUC-JP | ?¢±?©Áh | 00111111101000011111000110100001110111100011111110001111101000101110110110001111101010101010000101101000 | 3fa1f1a1de3f8fa2ed8faaa168 |
UTF-8 | ¢±©Áh | 11000010100011111100001010100010110000101011000111000010100011111100001010101001110000111000000101101000 | c28fc2a2c2b1c28fc2a9c38168 |
UHC | ??±???h | 0011111100111111101000011011111000111111001111110011111101101000 | 3f3fa1be3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)