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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 之?之?\ | 10010100010101100011111110010100010101100011111101011100 | 94563f94563f5c |
EUC-JP | 之?之?\ | 11000111101101110011111111000111101101110011111101011100 | c7b73fc7b73f5c |
UTF-8 | 之렖之렓\ | 11100100101110011000101111101011101000001001011011100100101110011000101111101011101000001001001101011100 | e4b98beba096e4b98beba0935c |
UHC | 之렖之렓\ | 111100011111110110001110101010111111000111111101100011101010100001011100 | f1fd8eabf1fd8ea85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)