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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鮨冗夢鉐 | 1110100110111101100011111110011110010110101100101110011111101111 | e9bd8fe796b2e7ef |
| EUC-JP | 鮨冗夢鉐 | 1111001010111111101111101110100111001100101101001110111011110001 | f2bfbee9ccb4eef1 |
| UTF-8 | 鮨冗夢鉐 | 111010011010111010101000111001011000011010010111111001011010010010100010111010011000100110010000 | e9aea8e58697e5a4a2e98990 |
| UHC | ?冗夢? | 001111111110100110110111110110011101001100111111 | 3fe9b7d9d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)