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 | ?S????AB | 0011111101010011001111110011111100111111001111110100000101000010 | 3f533f3f3f3f4142 |
SJIS-WIN | ?S????AB | 0011111101010011001111110011111100111111001111110100000101000010 | 3f533f3f3f3f4142 |
EUC-JP | ?S????AB | 0011111101010011001111110011111100111111001111110100000101000010 | 3f533f3f3f3f4142 |
UTF-8 | 청S혡챤혫혴AB | 111011001011001010101101010100111110110110011000101000011110110010110001101001001110110110011000101010111110110110011000101101000100000101000010 | ecb2ad53ed98a1ecb1a4ed98abed98b44142 |
UHC | 청S혡챤혫혴AB | 11000011101110110101001111000010100010101100001110101110110000101001001111000010100110110100000101000010 | c3bb53c28ac3aec293c29b4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)