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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 茯域せ絖 | 1110010010101000100010001110011010000010101110011110001101001100 | e4a888e682b9e34c |
| EUC-JP | 茯域せ絖 | 1110100010101010101100001110100010100100101110111110010110101101 | e8aab0e8a4bbe5ad |
| UTF-8 | 茯域せ絖 | 111010001000110010101111111001011001111110011111111000111000000110011011111001111011010110010110 | e88cafe59f9fe3819be7b596 |
| UHC | 茯域せ? | 11011100110110101110011010110100101010101011101100111111 | dcdae6b4aabb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)