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 | 鮨冗夢闡 | 1110100110111101100011111110011110010110101100101110100010010001 | e9bd8fe796b2e891 |
| EUC-JP | 鮨冗夢闡 | 1111001010111111101111101110100111001100101101001110111111110001 | f2bfbee9ccb4eff1 |
| UTF-8 | 鮨冗夢闡 | 111010011010111010101000111001011000011010010111111001011010010010100010111010011001011110100001 | e9aea8e58697e5a4a2e997a1 |
| UHC | ?冗夢闡 | 00111111111010011011011111011001110100111111010011000101 | 3fe9b7d9d3f4c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)