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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 碍??^ | 1000101001010110001111110011111101011110 | 8a563f3f5e |
EUC-JP | 碍??^ | 1011001110110111001111110011111101011110 | b3b73f3f5e |
UTF-8 | 碍잍텒^ | 11100111101000101000110111101100100111101000110111101101100001011001001001011110 | e7a28dec9e8ded85925e |
UHC | 碍잍텒^ | 11100100111101001001111111100110101101101000110001011110 | e4f49fe6b68c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)