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????B | 00111111010100110011111100111111001111110011111101000010 | 3f533f3f3f3f42 |
SJIS-WIN | ?S????B | 00111111010100110011111100111111001111110011111101000010 | 3f533f3f3f3f42 |
EUC-JP | ?S????B | 00111111010100110011111100111111001111110011111101000010 | 3f533f3f3f3f42 |
UTF-8 | 청S혩챤혯혥B | 1110110010110010101011010101001111101101100110001010100111101100101100011010010011101101100110001010111111101101100110001010010101000010 | ecb2ad53ed98a9ecb1a4ed98afed98a542 |
UHC | 청S혩챤혯혥B | 110000111011101101010011110000101001000111000011101011101100001010010110110000101000110101000010 | c3bb53c291c3aec296c28d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)