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 | èþìë§ | 1110100011111110100100001110110010001110100010001110101110100111 | e8fe90ec8e88eba7 |
SJIS-WIN | ???????§ | 001111110011111100111111001111110011111100111111001111111000000110011000 | 3f3f3f3f3f3f3f8198 |
EUC-JP | èþ?ì??ë§ | 1000111110101011101100101000111110101001110100000011111110001111101010111100000000111111001111111000111110101011101100111010000111111000 | 8fabb28fa9d03f8fabc03f3f8fabb3a1f8 |
UTF-8 | èþìë§ | 11000011101010001100001110111110110000101001000011000011101011001100001010001110110000101000100011000011101010111100001010100111 | c3a8c3bec290c3acc28ec288c3abc2a7 |
UHC | ?þ?????§ | 00111111101010011010110100111111001111110011111100111111001111111010000111010111 | 3fa9ad3f3f3f3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)