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 | ?D | 0011111101000100 | 3f44 |
SJIS-WIN | 偕D | 100110001111000101000100 | 98f144 |
EUC-JP | 偕D | 110100001111001101000100 | d0f344 |
UTF-8 | 偕D | 11100101100000011001010101000100 | e5819544 |
UHC | 偕D | 111110101010010101000100 | faa544 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)