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 | øçïÕý× | 111110001110011111101111110101011111110111010111 | f8e7efd5fdd7 |
SJIS-WIN | ?????× | 00111111001111110011111100111111001111111000000101111110 | 3f3f3f3f3f817e |
EUC-JP | øçïÕý× | 1000111110101001110011001000111110101011101011101000111110101011110000011000111110101010110110001000111110101011111100101010000111011111 | 8fa9cc8fabae8fabc18faad88fabf2a1df |
UTF-8 | øçïÕý× | 110000111011100011000011101001111100001110101111110000111001010111000011101111011100001110010111 | c3b8c3a7c3afc395c3bdc397 |
UHC | ø????× | 1010100110101010001111110011111100111111001111111010000110111111 | a9aa3f3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)