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 | ????§ | 0011111100111111001111110011111110100111 | 3f3f3f3fa7 |
SJIS-WIN | 雋堺ケ励§ | 111010001011001010001101111001001011100110010111111000111000000110011000 | e8b28de4b997e38198 |
EUC-JP | 雋堺ケ励§ | 11110000101101001011101011100110100011101011100111001110111001011010000111111000 | f0b4bae68eb9cee5a1f8 |
UTF-8 | 雋堺ケ励§ | 1110100110011011100010111110010110100000101110101110111110111101101110011110010110001010101100011100001010100111 | e99b8be5a0baefbdb9e58ab1c2a7 |
UHC | 雋堺??§ | 1111000111100110110011001111011100111111001111111010000111010111 | f1e6ccf73f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)