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 | í´ÞØ]H | 111011011011010011011110110110000101110101001000 | edb4ded85d48 |
SJIS-WIN | ?´??]H | 00111111100000010100110000111111001111110101110101001000 | 3f814c3f3f5d48 |
EUC-JP | í´ÞØ]H | 10001111101010111011111110100001101011011000111110101001101100001000111110101001101011000101110101001000 | 8fabbfa1ad8fa9b08fa9ac5d48 |
UTF-8 | í´ÞØ]H | 11000011101011011100001010110100110000111001111011000011100110000101110101001000 | c3adc2b4c39ec3985d48 |
UHC | ?´ÞØ]H | 001111111010001010100101101010001010110110101000101010100101110101001000 | 3fa2a5a8ada8aa5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)