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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 寃⑥?寃⑥?B | 1001101110000011100001110100010100111111100110111000001110000111010001010011111101000010 | 9b8387453f9b8387453f42 |
| EUC-JP | 寃??寃??B | 110101011110001100111111001111111101010111100011001111110011111101000010 | d5e33f3fd5e33f3f42 |
| UTF-8 | 寃⑥넑寃⑥넑B | 11100101101011111000001111100010100100011010010111101011100001001001000111100101101011111000001111100010100100011010010111101011100001001001000101000010 | e5af83e291a5eb8491e5af83e291a5eb849142 |
| UHC | 寃⑥넑寃⑥넑B | 11101010101100101010100011101100100001101001110011101010101100101010100011101100100001101001110001000010 | eab2a8ec869ceab2a8ec869c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)