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 | ?g?揄?? | 0011111110000010100001110011111110011101100010010011111100111111 | 3f82873f9d893f3f |
| EUC-JP | ?g?揄?? | 0011111110100011111001110011111111011001111010010011111100111111 | 3fa3e73fd9e93f3f |
| UTF-8 | 緣g킋揄먪퓖 | 111001111011011110100011111011111011110110000111111011011000001010001011111001101000111110000100111010111010100010101010111011011001001110010110 | e7b7a3efbd87ed828be68f84eba8aaed9396 |
| UHC | 緣g킋揄먪퓖 | 111001101101111010100011111001111011010010010111111010101111000110010000111001111011111110000001 | e6dea3e7b497eaf190e7bf81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)