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 | 1001000111100111001111110011111100111111001111110011111101000010 | 91e73f3f3f3f3f42 |
| EUC-JP | 醍?????B | 1100001011101001001111110011111100111111001111110011111101000010 | c2e93f3f3f3f3f42 |
| UTF-8 | 醍곕렗렍李렡B | 11101001100001101000110111101010101100111001010111101011101000001001011111101011101000001000110111101111101001111010000111101011101000001010000101000010 | e9868deab395eba097eba08defa7a1eba0a142 |
| UHC | 醍곕렗렍李렡B | 11110000101101011011000011101011100011101010110010001110101000111110110010110000100011101011001001000010 | f0b5b0eb8eac8ea3ecb08eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)