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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 汐E汐EB | 1111000111100101100011101010110001000101111100011110010110001110101011000100010101000010 | f1e58eac45f1e58eac4542 |
EUC-JP | ?汐E?汐EB | 001111111011110010101110010001010011111110111100101011100100010101000010 | 3fbcae453fbcae4542 |
UTF-8 | 汐E汐EB | 111011101000010110100000111001101011000110010000010001011110111010000101101000001110011010110001100100000100010101000010 | ee85a0e6b19045ee85a0e6b1904542 |
UHC | ?汐E?汐EB | 001111111110000010110001010001010011111111100000101100010100010101000010 | 3fe0b1453fe0b14542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)