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 | ?e | 0011111101100101 | 3f65 |
SJIS-WIN | 炭e | 100100100101100101100101 | 925965 |
EUC-JP | 炭e | 110000111011101001100101 | c3ba65 |
UTF-8 | 炭e | 11100111100000101010110101100101 | e782ad65 |
UHC | 炭e | 111101111010100101100101 | f7a965 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)