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 | É´Ùõ | 1000111111001001101101001101100111110101 | 8fc9b4d9f5 |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | ?É´Ùõ | 001111111000111110101010101100011010000110101101100011111010101011100011100011111010101111011000 | 3f8faab1a1ad8faae38fabd8 |
UTF-8 | É´Ùõ | 11000010100011111100001110001001110000101011010011000011100110011100001110110101 | c28fc389c2b4c399c3b5 |
UHC | ??´?? | 001111110011111110100010101001010011111100111111 | 3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)