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 | ?Z? | 001111110101101000111111 | 3f5a3f |
SJIS-WIN | 琳Z? | 10010111110101000101101000111111 | 97d45a3f |
EUC-JP | 琳Z? | 11001110110101100101101000111111 | ced65a3f |
UTF-8 | 琳Z팼 | 11100111100100001011001101011010111011011000110010111100 | e790b35aed8cbc |
UHC | 琳Z팼 | 1101011111111011010110101100011011010111 | d7fb5ac6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)