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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 祥テ\ | 100011111100101111110100111010001100001101011100 | 8fcbf4e8c35c |
EUC-JP | 祥?テ\ | 101111101100110100111111100011101100001101011100 | becd3f8ec35c |
UTF-8 | 祥テ\ | 11100111101001011010010111101110100011101001011111101111101111101000001101011100 | e7a5a5ee8e97efbe835c |
UHC | 祥??\ | 1101111111010100001111110011111101011100 | dfd43f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)