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 | äÌø | 111001001000011110000010110011001000101011111000 | e48782cc8af8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ä??Ì?ø | 100011111010101110100011001111110011111110001111101010101100000000111111100011111010100111001100 | 8faba33f3f8faac03f8fa9cc |
UTF-8 | äÌø | 110000111010010011000010100001111100001010000010110000111000110011000010100010101100001110111000 | c3a4c287c282c38cc28ac3b8 |
UHC | ?????ø | 00111111001111110011111100111111001111111010100110101010 | 3f3f3f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)