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 | 曜型 | 10010111011010101000110001011110 | 976a8c5e |
EUC-JP | 曜型 | 11001101110010111011011110111111 | cdcbb7bf |
UTF-8 | 曜型 | 111001101001101110011100111001011001111010001011 | e69b9ce59e8b |
UHC | 曜型 | 11101000111110001111101011111110 | e8f8fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)