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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | 質執vB | 11110000110000001000111010111111111100001011001010001110101101110111011001000010 | f0c08ebff0b28eb77642 |
EUC-JP | ?質?執vB | 0011111110111100110000010011111110111100101110010111011001000010 | 3fbcc13fbcb97642 |
UTF-8 | 質執vB | 1110111010000001101111111110100010110011101010101110111010000001101100011110010110011111101101110111011001000010 | ee81bfe8b3aaee81b1e59fb77642 |
UHC | ?質?執vB | 0011111111110010111101010011111111110010111110110111011001000010 | 3ff2f53ff2fb7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)