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 | 製?制經 | 10010000101110110011111110010000101001111110001101010011 | 90bb3f90a7e353 |
| EUC-JP | 製?制經 | 11000000101111010011111111000000101010011110010110110100 | c0bd3fc0a9e5b4 |
| UTF-8 | 製렩制經 | 111010001010001110111101111010111010000010101001111001011000100010110110111001111011011010010011 | e8a3bdeba0a9e588b6e7b693 |
| UHC | 製렩制經 | 1111000010110010100011101011011111110000101001001100110011101000 | f0b28eb7f0a4cce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)