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 | ??q?? | 0011111100111111011100010011111100111111 | 3f3f713f3f |
SJIS-WIN | テ」qツ貌 | 110000111010001101110001110000101001011001100101 | c3a371c29665 |
EUC-JP | テ」qツ貌 | 100011101100001110001110101000110111000110001110110000101100101111000110 | 8ec38ea3718ec2cbc6 |
UTF-8 | テ」qツ貌 | 11101111101111101000001111101111101111011010001101110001111011111011111010000010111010001011001010001100 | efbe83efbda371efbe82e8b28c |
UHC | ??q?貌 | 001111110011111101110001001111111101100111001001 | 3f3f713fd9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)