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 | 隰ウ閧エ韭殖 | 11101000101011001011001111101000100000101011010011101000111010101001000001000010 | e8acb3e882b4e8ea9042 |
| EUC-JP | 隰ウ閧エ韭殖 | 111100001010111010001110101100111110111111100010100011101011010011110000111011001011111110100011 | f0ae8eb3efe28eb4f0ecbfa3 |
| UTF-8 | 隰ウ閧エ韭殖 | 111010011001101010110000111011111011110110110011111010011001011010100111111011111011110110110100111010011001111110101101111001101010111010010110 | e99ab0efbdb3e996a7efbdb4e99fade6ae96 |
| UHC | ?????殖 | 00111111001111110011111100111111001111111110001111010110 | 3f3f3f3f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)