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 | 製?畯陌? | 1001000010111011001111111111101101101111111010001001100100111111 | 90bb3ffb6fe8993f |
| EUC-JP | 製?畯陌汶 | 1100000010111101001111111000111111001101101110111110111111111001100011111100011011100101 | c0bd3f8fcdbbeff98fc6e5 |
| UTF-8 | 製렩畯陌汶 | 111010001010001110111101111010111010000010101001111001111001010110101111111010011001100110001100111001101011000110110110 | e8a3bdeba0a9e795afe9998ce6b1b6 |
| UHC | 製렩畯陌汶 | 11110000101100101000111010110111111100011110000111011000111010001101101010100001 | f0b28eb7f1e1d8e8daa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)