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 | 財名 | 10001101111000001001011010111100 | 8de096bc |
EUC-JP | 財名 | 10111010111000101100110010111110 | bae2ccbe |
UTF-8 | 財名 | 111010001011001010100001111001011001000010001101 | e8b2a1e5908d |
UHC | 財名 | 11101110101011111101100110100011 | eeafd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)