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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 異禪 | 10001000110110011110001001010111 | 88d9e257 |
EUC-JP | 異禪 | 10110000110110111110001110111000 | b0dbe3b8 |
UTF-8 | 異禪 | 111001111001010110110000111001111010011010101010 | e795b0e7a6aa |
UHC | 異禪 | 11101100101101101110000011001001 | ecb6e0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)