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 | ?綺^ | 00111111111000110101100101011110 | 3fe3595e |
EUC-JP | ?綺^ | 00111111111001011011101001011110 | 3fe5ba5e |
UTF-8 | 浺綺^ | 11100110101101011011101011100111101101101011101001011110 | e6b5bae7b6ba5e |
UHC | ?綺^ | 00111111110100011011101101011110 | 3fd1bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)