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 | 倖峰?㎞ | 10001100111101001001010111110100001111111000011101110001 | 8cf495f43f8771 |
| EUC-JP | 倖峰?? | 101110001111011011001010111101100011111100111111 | b8f6caf63f3f |
| UTF-8 | 倖峰렢㎞ | 111001011000000010010110111001011011001110110000111010111010000010100010111000111000111010011110 | e58096e5b3b0eba0a2e38e9e |
| UHC | 倖峰렢㎞ | 1111101010111000110111001110100010001110101100111010011110110000 | fab8dce88eb3a7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)