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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 製?瀞??^ | 1001000010111011001111111001001111010010001111110011111101011110 | 90bb3f93d23f3f5e |
| EUC-JP | 製?瀞?汶^ | 11000000101111010011111111000110110101000011111110001111110001101110010101011110 | c0bd3fc6d43f8fc6e55e |
| UTF-8 | 製렩瀞펨汶^ | 11101000101000111011110111101011101000001010100111100111100000001001111011101101100011101010100011100110101100011011011001011110 | e8a3bdeba0a9e7809eed8ea8e6b1b65e |
| UHC | 製렩瀞펨汶^ | 1111000010110010100011101011011111101111111001111100011011101000110110101010000101011110 | f0b28eb7efe7c6e8daa15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)