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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 永??逾?^ | 1000100101101001001111110011111111100111101001010011111101011110 | 89693f3fe7a53f5e |
| EUC-JP | 永??逾?^ | 1011000111001010001111110011111111101110101001110011111101011110 | b1ca3f3feea73f5e |
| UTF-8 | 永띔퇊逾튟^ | 11100110101100001011100011101011100111011001010011101101100001111000101011101001100000001011111011101101100010101001111101011110 | e6b0b8eb9d94ed878ae980beed8a9f5e |
| UHC | 永띔퇊逾튟^ | 1110011110110101101101101110101010110111100110111110101110110101101110100100111101011110 | e7b5b6eab79bebb5ba4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)