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 | 椅逕 | 10001000110101101110011110010100 | 88d6e794 |
EUC-JP | 椅逕 | 10110000110110001110110111110100 | b0d8edf4 |
UTF-8 | 椅逕 | 111001101010010010000101111010011000000010010101 | e6a485e98095 |
UHC | 椅逕 | 11101011111101011100110011101111 | ebf5ccef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)