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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 銹?銹?B | 11100111111101100011111111100111111101100011111101000010 | e7f63fe7f63f42 |
| EUC-JP | 銹琰銹琰B | 1110111011111000100011111100110010110100111011101111100010001111110011001011010001000010 | eef88fccb4eef88fccb442 |
| UTF-8 | 銹琰銹琰B | 11101001100010101011100111100111100100001011000011101001100010101011100111100111100100001011000001000010 | e98ab9e790b0e98ab9e790b042 |
| UHC | 銹琰銹琰B | 111000101100100011100110111111001110001011001000111001101111110001000010 | e2c8e6fce2c8e6fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)