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 | 侑??臾 | 100110001101000000111111001111111110010001101011 | 98d03f3fe46b |
| EUC-JP | 侑?ł臾 | 1101000011010010001111111000111110101001110010001110011111001100 | d0d23f8fa9c8e7cc |
| UTF-8 | 侑됰ł臾 | 1110010010111110100100011110101110010000101100001100010110000010111010001000011110111110 | e4be91eb90b0c582e887be |
| UHC | 侑됰ł臾 | 1110101011100010100010011110101110101001101010011110101110101100 | eae289eba9a9ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)