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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 続達^ | 1001000110110001100100100100001001011110 | 91b192425e |
EUC-JP | 続達^ | 1100001010110011110000111010001101011110 | c2b3c3a35e |
UTF-8 | 続達^ | 11100111101101101001101011101001100000011001010001011110 | e7b69ae981945e |
UHC | ?達^ | 00111111110100111011100101011110 | 3fd3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)