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 | êÛâØTB | 10001111111010101101101111100010110110000101010001000010 | 8feadbe2d85442 |
SJIS-WIN | ?????TB | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
EUC-JP | ?êÛâØTB | 001111111000111110101011101101001000111110101010111001011000111110101011101001001000111110101001101011000101010001000010 | 3f8fabb48faae58faba48fa9ac5442 |
UTF-8 | êÛâØTB | 110000101000111111000011101010101100001110011011110000111010001011000011100110000101010001000010 | c28fc3aac39bc3a2c3985442 |
UHC | ????ØTB | 0011111100111111001111110011111110101000101010100101010001000010 | 3f3f3f3fa8aa5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)