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 | 阡溷♂謇玖亜 | 111010001001010010011111111001011000000110001001111001101000100110001011111010001000100010011111 | e8949fe58189e6898be8889f |
| EUC-JP | 阡溷♂謇玖亜 | 111011111111010011011110111001111010000111101001111010111110100110110110111010101011000010100001 | eff4dee7a1e9ebe9b6eab0a1 |
| UTF-8 | 阡溷♂謇玖亜 | 111010011001100010100001111001101011101010110111111000101001100110000010111010001010110010000111111001111000111010010110111001001011101010011100 | e998a1e6bab7e29982e8ac87e78e96e4ba9c |
| UHC | 阡?♂?玖? | 111101001100011000111111101000011100111000111111110011111011100000111111 | f4c63fa1ce3fcfb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)