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 | 纖纖^ | 1110001110011001111000111001100101011110 | e399e3995e |
EUC-JP | 纖纖^ | 1110010111111001111001011111100101011110 | e5f9e5f95e |
UTF-8 | 纖纖^ | 11100111101110101001011011100111101110101001011001011110 | e7ba96e7ba965e |
UHC | 纖纖^ | 1110000011101001111000001110100101011110 | e0e9e0e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)