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 | 承淏 | 10001111101100111111101101000010 | 8fb3fb42 |
EUC-JP | 承淏 | 1011111010110101100011111100011111011001 | beb58fc7d9 |
UTF-8 | 承淏 | 111001101000100110111111111001101011011110001111 | e689bfe6b78f |
UHC | 承淏 | 11100011101011111111101111001000 | e3affbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)