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 | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
SJIS-WIN | テァwツ挂 | 110000111010011101110111110000101001110101101011 | c3a777c29d6b |
EUC-JP | テァwツ挂 | 100011101100001110001110101001110111011110001110110000101101100111001100 | 8ec38ea7778ec2d9cc |
UTF-8 | テァwツ挂 | 11101111101111101000001111101111101111011010011101110111111011111011111010000010111001101000110010000010 | efbe83efbda777efbe82e68c82 |
UHC | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)