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 | 巐ゆ豬ス竊諾 | 1111101010110110100000101110010011100110101101011011110111100010100001101001000111111000 | fab682e4e6b5bde28691f8 |
| EUC-JP | 巐ゆ豬ス竊諾 | 10001111101110111111100110100100111001101110110010110111100011101011110111100011111001101100001011111010 | 8fbbf9a4e6ecb78ebde3e6c2fa |
| UTF-8 | 巐ゆ豬ス竊諾 | 111001011011011110010000111000111000001010000110111010001011000110101100111011111011110110111101111001111010101110001010111010001010101110111110 | e5b790e38286e8b1acefbdbde7ab8ae8abbe |
| UHC | ?ゆ??竊諾 | 001111111010101011100110001111110011111111101111101111001101000111100111 | 3faae63f3fefbcd1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)