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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 製?怨峰? | 1001000010111011001111111000100110000101100101011111010000111111 | 90bb3f898595f43f |
| EUC-JP | 製?怨峰? | 1100000010111101001111111011000111100101110010101111011000111111 | c0bd3fb1e5caf63f |
| UTF-8 | 製렩怨峰썬 | 111010001010001110111101111010111010000010101001111001101000000010101000111001011011001110110000111011001000110110101100 | e8a3bdeba0a9e680a8e5b3b0ec8dac |
| UHC | 製렩怨峰썬 | 11110000101100101000111010110111111010101011001111011100111010001011110111100011 | f0b28eb7eab3dce8bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)