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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 畯?\ | 11111011011011110011111101011100 | fb6f3f5c |
EUC-JP | 畯?\ | 1000111111001101101110110011111101011100 | 8fcdbb3f5c |
UTF-8 | 畯핀\ | 11100111100101011010111111101101100101011000000001011100 | e795afed95805c |
UHC | 畯핀\ | 1111000111100001110001111100100101011100 | f1e1c7c95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)