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 | êÛâØSB | 10001111111010101101101111100010110110000101001101000010 | 8feadbe2d85342 |
SJIS-WIN | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
EUC-JP | ?êÛâØSB | 001111111000111110101011101101001000111110101010111001011000111110101011101001001000111110101001101011000101001101000010 | 3f8fabb48faae58faba48fa9ac5342 |
UTF-8 | êÛâØSB | 110000101000111111000011101010101100001110011011110000111010001011000011100110000101001101000010 | c28fc3aac39bc3a2c3985342 |
UHC | ????ØSB | 0011111100111111001111110011111110101000101010100101001101000010 | 3f3f3f3fa8aa5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)