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 | ü÷\ | 111111001111011101011100 | fcf75c |
SJIS-WIN | ?÷\ | 00111111100000011000000001011100 | 3f81805c |
EUC-JP | ü÷\ | 100011111010101111100100101000011110000001011100 | 8fabe4a1e05c |
UTF-8 | ü÷\ | 1100001110111100110000111011011101011100 | c3bcc3b75c |
UHC | ?÷\ | 00111111101000011100000001011100 | 3fa1c05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)