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 | 咫脈???? | 1001101001000000100101101010110000111111001111110011111100111111 | 9a4096ac3f3f3f3f |
| EUC-JP | 咫脈???? | 1101001110100001110011001010111000111111001111110011111100111111 | d3a1ccae3f3f3f3f |
| UTF-8 | 咫脈렮肋렰렯 | 111001011001001010101011111010001000010010001000111010111010000010101110111011111010010110010011111010111010000010110000111010111010000010101111 | e592abe88488eba0aeefa593eba0b0eba0af |
| UHC | 咫脈렮肋렰렯 | 111100101010000111011000111001101000111010111011110100101111000110001110101111011000111010111100 | f2a1d8e68ebbd2f18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)