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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ⅵハ骼ク「骼オ | 11111010010001011100101011101001100011101011100010100010111010011000111010110101 | fa45cae98eb8a2e98eb5 |
| EUC-JP | ?ハ骼ク「骼オ | 00111111100011101100101011110001111011101000111010111000100011101010001011110001111011101000111010110101 | 3f8ecaf1ee8eb88ea2f1ee8eb5 |
| UTF-8 | ⅵハ骼ク「骼オ | 111000101000010110110101111011111011111010001010111010011010101010111100111011111011110110111000111011111011110110100010111010011010101010111100111011111011110110110101 | e285b5efbe8ae9aabcefbdb8efbda2e9aabcefbdb5 |
| UHC | ⅵ?????? | 1010010110100110001111110011111100111111001111110011111100111111 | a5a63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)