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 | 意? | 100010001101001100111111 | 88d33f |
EUC-JP | 意? | 101100001101010100111111 | b0d53f |
UTF-8 | 意페 | 111001101000010010001111111011011000111010011000 | e6848fed8e98 |
UHC | 意페 | 11101011111100101100011011100100 | ebf2c6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)