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 | 漿??方 | 100111111111011100111111001111111001010111111011 | 9ff73f3f95fb |
| EUC-JP | 漿?獐方 | 1101111011111001001111111000111111001011101110101100101011111101 | def93f8fcbbacafd |
| UTF-8 | 漿렱獐方 | 111001101011110010111111111010111010000010110001111001111000110110010000111001101001011010111001 | e6bcbfeba0b1e78d90e696b9 |
| UHC | 漿렱獐方 | 1110110111101100100011101011111011101101111011111101101110110000 | edec8ebeedefdbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)