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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 隣晙隣晙^ | 100101111101011111111010110101111001011111010111111110101101011101011110 | 97d7fad797d7fad75e |
EUC-JP | 隣晙隣晙^ | 1100111011011001100011111100001010111010110011101101100110001111110000101011101001011110 | ced98fc2baced98fc2ba5e |
UTF-8 | 隣晙隣晙^ | 11101001100110101010001111100110100110011001100111101001100110101010001111100110100110011001100101011110 | e99aa3e69999e99aa3e699995e |
UHC | 隣晙隣晙^ | 110101111111011011110001110110111101011111110110111100011101101101011110 | d7f6f1dbd7f6f1db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)