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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 足校??c^ | 1001000110101011100011010101101000111111001111110110001101011110 | 91ab8d5a3f3f635e |
EUC-JP | 足校??c^ | 1100001010101101101110011011101100111111001111110110001101011110 | c2adb9bb3f3f635e |
UTF-8 | 足校렡렮c^ | 1110100010110110101100111110011010100000101000011110101110100000101000011110101110100000101011100110001101011110 | e8b6b3e6a0a1eba0a1eba0ae635e |
UHC | 足校렡렮c^ | 11110000111010111100111011101000100011101011001010001110101110110110001101011110 | f0ebcee88eb28ebb635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)