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 | 髫エ謔溽私霎 | 1110100110011010101101001110011010000010100111111110011110001110100001001110100010111110 | e99ab4e6829fe78e84e8be |
| EUC-JP | 髫エ謔溽私霎 | 111100011111101010001110101101001110101111100010110111101110100110111011111001001111000011000000 | f1fa8eb4ebe2dee9bbe4f0c0 |
| UTF-8 | 髫エ謔溽私霎 | 111010011010101110101011111011111011110110110100111010001010110010010100111001101011101010111101111001111010011110000001111010011001110010001110 | e9ababefbdb4e8ac94e6babde7a781e99c8e |
| UHC | ??謔?私? | 0011111100111111111110011100110000111111110111101110011100111111 | 3f3ff9cc3fdee73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)