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 | ð»´û | 11110000101110111011010011111011 | f0bbb4fb |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ð?´û | 100011111010100111000011001111111010000110101101100011111010101111100101 | 8fa9c33fa1ad8fabe5 |
UTF-8 | ð»´û | 1100001110110000110000101011101111000010101101001100001110111011 | c3b0c2bbc2b4c3bb |
UHC | ð?´? | 101010011010001100111111101000101010010100111111 | a9a33fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)