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 | 輦輦^ | 1110011101110010111001110111001001011110 | e772e7725e |
EUC-JP | 輦輦^ | 1110110111010011111011011101001101011110 | edd3edd35e |
UTF-8 | 輦輦^ | 11101000101111001010011011101000101111001010011001011110 | e8bca6e8bca65e |
UHC | 輦輦^ | 1101011010100110110101101010011001011110 | d6a6d6a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)