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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ拌ツ善 | 110000101001110101100001110000101001000101010000 | c29d61c29150 |
EUC-JP | ツ拌ツ善 | 1000111011000010110110011100001010001110110000101100000110110001 | 8ec2d9c28ec2c1b1 |
UTF-8 | ツ拌ツ善 | 111011111011111010000010111001101000101110001100111011111011111010000010111001011001011010000100 | efbe82e68b8cefbe82e59684 |
UHC | ?拌?善 | 001111111101101011100101001111111110000010111100 | 3fdae53fe0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)