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 | 意퍫 | 111001101000010010001111111011011000110110101011 | e6848fed8dab |
UHC | 意퍫 | 11101011111100101011110001000010 | ebf2bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)