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 | 髷∫ォ溷嶋 | 111010011001111010000001111001111010101110011111111001011001001110001000 | e99e81e7ab9fe59388 |
EUC-JP | 髷∫ォ溷嶋 | 11110001111111101010001011101001100011101010101111011110111001111100010111101000 | f1fea2e98eabdee7c5e8 |
UTF-8 | 髷∫ォ溷嶋 | 111010011010101110110111111000101000100010101011111011111011110110101011111001101011101010110111111001011011011010001011 | e9abb7e288abefbdabe6bab7e5b68b |
UHC | ?∫??嶋 | 00111111101000011111001000111111001111111101001111110111 | 3fa1f23f3fd3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)