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 | 曜? | 100101110110101000111111 | 976a3f |
EUC-JP | 曜? | 110011011100101100111111 | cdcb3f |
UTF-8 | 曜배 | 111001101001101110011100111010111011000010110000 | e69b9cebb0b0 |
UHC | 曜배 | 11101000111110001011100111101000 | e8f8b9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)