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 | ?足?足^ | 00111111100100011010101100111111100100011010101101011110 | 3f91ab3f91ab5e |
EUC-JP | ?足?足^ | 00111111110000101010110100111111110000101010110101011110 | 3fc2ad3fc2ad5e |
UTF-8 | 敾足敾足^ | 11100110100101011011111011101000101101101011001111100110100101011011111011101000101101101011001101011110 | e695bee8b6b3e695bee8b6b35e |
UHC | 敾足敾足^ | 111000001100000011110000111010111110000011000000111100001110101101011110 | e0c0f0ebe0c0f0eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)