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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 製???調訃 | 100100001011101100111111001111110011111110010010101100101110011001011101 | 90bb3f3f3f92b2e65d |
| EUC-JP | 製???調訃 | 110000001011110100111111001111110011111111000100101101001110101110111110 | c0bd3f3f3fc4b4ebbe |
| UTF-8 | 製렩罹렗調訃 | 111010001010001110111101111010111010000010101001111011111010011110100110111010111010000010010111111010001010101010111111111010001010100010000011 | e8a3bdeba0a9efa7a6eba097e8aabfe8a883 |
| UHC | 製렩罹렗調訃 | 111100001011001010001110101101111110110010111010100011101010110011110000111000001101110110110101 | f0b28eb7ecba8eacf0e0ddb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)