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 | 阡溷♂謇狗ケ | 1110100010010100100111111110010110000001100010011110011010001001100010111110011110111001 | e8949fe58189e6898be7b9 |
| EUC-JP | 阡溷♂謇狗ケ | 111011111111010011011110111001111010000111101001111010111110100110110110111010011000111010111001 | eff4dee7a1e9ebe9b6e98eb9 |
| UTF-8 | 阡溷♂謇狗ケ | 111010011001100010100001111001101011101010110111111000101001100110000010111010001010110010000111111001111000101110010111111011111011110110111001 | e998a1e6bab7e29982e8ac87e78b97efbdb9 |
| UHC | 阡?♂?狗? | 111101001100011000111111101000011100111000111111110011111011011100111111 | f4c63fa1ce3fcfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)