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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 拾拾^ | 1000111101000101100011110100010101011110 | 8f458f455e |
EUC-JP | 拾拾^ | 1011110110100110101111011010011001011110 | bda6bda65e |
UTF-8 | 拾拾^ | 11100110100010111011111011100110100010111011111001011110 | e68bbee68bbe5e |
UHC | 拾拾^ | 1110001110100110111000111010011001011110 | e3a6e3a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)