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 | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
SJIS-WIN | ツ冓テゥ` | 110000101001100101101001110000111010100101100000 | c29969c3a960 |
EUC-JP | ツ冓テゥ` | 100011101100001011010001110010101000111011000011100011101010100101100000 | 8ec2d1ca8ec38ea960 |
UTF-8 | ツ冓テゥ` | 11101111101111101000001011100101100001101001001111101111101111101000001111101111101111011010100101100000 | efbe82e58693efbe83efbda960 |
UHC | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)