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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鬩慕「鯛旭 | 111010011010100110010101111001111010001010010001111000101000100010101110 | e9a995e7a291e288ae |
| EUC-JP | 鬩慕「鯛旭 | 11110010101010111100101011101001100011101010001011000010111001001011000010110000 | f2abcae98ea2c2e4b0b0 |
| UTF-8 | 鬩慕「鯛旭 | 111010011010110010101001111001101000010110010101111011111011110110100010111010011010111110011011111001101001011110101101 | e9aca9e68595efbda2e9af9be697ad |
| UHC | ?慕??旭 | 00111111110110011011011100111111001111111110100111101111 | 3fd9b73f3fe9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)