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 | ð´ÛÉ | 11110000101101001101101111001001 | f0b4dbc9 |
SJIS-WIN | ?´?? | 0011111110000001010011000011111100111111 | 3f814c3f3f |
EUC-JP | ð´ÛÉ | 1000111110101001110000111010000110101101100011111010101011100101100011111010101010110001 | 8fa9c3a1ad8faae58faab1 |
UTF-8 | ð´ÛÉ | 1100001110110000110000101011010011000011100110111100001110001001 | c3b0c2b4c39bc389 |
UHC | ð´?? | 101010011010001110100010101001010011111100111111 | a9a3a2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)