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 | 床シゥ | 100011111011000011111001111110111011110010101001 | 8fb0f9fbbca9 |
| EUC-JP | 床?シゥ | 10111110101100100011111110001110101111001000111010101001 | beb23f8ebc8ea9 |
| UTF-8 | 床シゥ | 111001011011101010001010111011101001110110010110111011111011110110111100111011111011110110101001 | e5ba8aee9d96efbdbcefbda9 |
| UHC | 床??? | 1101111111001001001111110011111100111111 | dfc93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)