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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髮ケ髱ケ髴ェ^ | 11101001100110111011100111101001100111011011100111101001100111001010101001011110 | e99bb9e99db9e99caa5e |
EUC-JP | 髮ケ髱ケ髴ェ^ | 11110001111110111000111010111001111100011111110110001110101110011111000111111100100011101010101001011110 | f1fb8eb9f1fd8eb9f1fc8eaa5e |
UTF-8 | 髮ケ髱ケ髴ェ^ | 11101001101010111010111011101111101111011011100111101001101010111011000111101111101111011011100111101001101010111011010011101111101111011010101001011110 | e9abaeefbdb9e9abb1efbdb9e9abb4efbdaa5e |
UHC | 髮?????^ | 1101101110100101001111110011111100111111001111110011111101011110 | dba53f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)