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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迪ゥ髱 | 1110011110001100101010011110100110011101 | e78ca9e99d |
EUC-JP | 迪ゥ髱 | 111011011110110010001110101010011111000111111101 | edec8ea9f1fd |
UTF-8 | 迪ゥ髱 | 111010001011111110101010111011111011110110101001111010011010101110110001 | e8bfaaefbda9e9abb1 |
UHC | 迪?? | 11101110111010000011111100111111 | eee83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)