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 | 10010000110101110111011001000010 | 90d77642 |
SJIS-WIN | ?×vB | 0011111110000001011111100111011001000010 | 3f817e7642 |
EUC-JP | ?×vB | 0011111110100001110111110111011001000010 | 3fa1df7642 |
UTF-8 | ×vB | 110000101001000011000011100101110111011001000010 | c290c3977642 |
UHC | ?×vB | 0011111110100001101111110111011001000010 | 3fa1bf7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)