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 | 製?瀞?? | 10010000101110110011111110010011110100100011111100111111 | 90bb3f93d23f3f |
| EUC-JP | 製?瀞?? | 11000000101111010011111111000110110101000011111100111111 | c0bd3fc6d43f3f |
| UTF-8 | 製렩瀞펠렠 | 111010001010001110111101111010111010000010101001111001111000000010011110111011011000111010100000111010111010000010100000 | e8a3bdeba0a9e7809eed8ea0eba0a0 |
| UHC | 製렩瀞펠렠 | 11110000101100101000111010110111111011111110011111000110111001111000111010110001 | f0b28eb7efe7c6e78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)