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 | 涖ク骼ゥ爾 | 1111101101000000101110001110100110001110101010011000111010100010 | fb40b8e98ea98ea2 |
| EUC-JP | 涖ク骼ゥ爾 | 1000111111000111110010111000111010111000111100011110111010001110101010011011110010100100 | 8fc7cb8eb8f1ee8ea9bca4 |
| UTF-8 | 涖ク骼ゥ爾 | 111001101011011010010110111011111011110110111000111010011010101010111100111011111011110110101001111001111000100010111110 | e6b696efbdb8e9aabcefbda9e788be |
| UHC | ????爾 | 001111110011111100111111001111111110110010110011 | 3f3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)