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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ?寗????? | 001111111000111110111010111000000011111100111111001111110011111100111111 | 3f8fbae03f3f3f3f3f |
| UTF-8 | 뤶寗륨렟狀렟설 | 111010111010010010110110111001011010111110010111111010111010010110101000111010111010000010011111111011111010011110111010111010111010000010011111111011001000010010100100 | eba4b6e5af97eba5a8eba09fefa7baeba09fec84a4 |
| UHC | 뤶寗륨렟狀렟설 | 1000111111100100110100101011110010110111111111011000111010110000111011011110111010001110101100001011110010110011 | 8fe4d2bcb7fd8eb0edee8eb0bcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)