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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 證? | 111001101001101000111111 | e69a3f |
EUC-JP | 證? | 111010111111101000111111 | ebfa3f |
UTF-8 | 證렓 | 111010001010110110001001111010111010000010010011 | e8ad89eba093 |
UHC | 證렓 | 11110001111110111000111010101000 | f1fb8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)