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 | 悒垰 | 10011100101000111001101010111001 | 9ca39ab9 |
EUC-JP | 悒垰 | 11011000101001011101010010111011 | d8a5d4bb |
UTF-8 | 悒垰 | 111001101000001010010010111001011001111010110000 | e68292e59eb0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)