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 | 髫エ謔溽私雜 | 1110100110011010101101001110011010000010100111111110011110001110100001001110100010110110 | e99ab4e6829fe78e84e8b6 |
| EUC-JP | 髫エ謔溽私雜 | 111100011111101010001110101101001110101111100010110111101110100110111011111001001111000010111000 | f1fa8eb4ebe2dee9bbe4f0b8 |
| UTF-8 | 髫エ謔溽私雜 | 111010011010101110101011111011111011110110110100111010001010110010010100111001101011101010111101111001111010011110000001111010011001101110011100 | e9ababefbdb4e8ac94e6babde7a781e99b9c |
| UHC | ??謔?私雜 | 001111110011111111111001110011000011111111011110111001111110110111011010 | 3f3ff9cc3fdee7edda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)