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??? | 0011111101010011001111110011111100111111 | 3f533f3f3f |
SJIS-WIN | ?S??? | 0011111101010011001111110011111100111111 | 3f533f3f3f |
EUC-JP | ?S??? | 0011111101010011001111110011111100111111 | 3f533f3f3f |
UTF-8 | 청S혧챤혫 | 11101100101100101010110101010011111011011001100010100111111011001011000110100100111011011001100010101011 | ecb2ad53ed98a7ecb1a4ed98ab |
UHC | 청S혧챤혫 | 110000111011101101010011110000101000111111000011101011101100001010010011 | c3bb53c28fc3aec293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)