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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 裄滔スー粐 | 1110010111100000100111111110101110111101101100001110001011100010 | e5e09febbdb0e2e2 |
| EUC-JP | 裄滔スー粐 | 11101010111000101101111011101101100011101011110110001110101100001110010011100100 | eae2deed8ebd8eb0e4e4 |
| UTF-8 | 裄滔スー粐 | 111010001010001110000100111001101011101110010100111011111011110110111101111011111011110110110000111001111011001010010000 | e8a384e6bb94efbdbdefbdb0e7b290 |
| UHC | ?滔??? | 001111111101010010100101001111110011111100111111 | 3fd4a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)