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 | ????℡$ | 0011111100111111001111110011111110000111100001001000000110010000 | 3f3f3f3f87848190 |
| EUC-JP | ???佾?$ | 001111110011111100111111100011111011000011111011001111111010000111110000 | 3f3f3f8fb0fb3fa1f0 |
| UTF-8 | 劣꾠뀾佾℡$ | 111011111010011010011101111010101011111010100000111010111000000010111110111001001011110110111110111000101000010010100001111011111011110010000100 | efa69deabea0eb80bee4bdbee284a1efbc84 |
| UHC | 劣꾠뀾佾℡$ | 111001101110101110000100111000111000010110110100111011001110101110100010111001011010001110100100 | e6eb84e385b4eceba2e5a3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)