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 | ツ抃ツ褒 | 110000101001110101010110110000101001011001001010 | c29d56c2964a |
EUC-JP | ツ抃ツ褒 | 1000111011000010110110011011011110001110110000101100101110101011 | 8ec2d9b78ec2cbab |
UTF-8 | ツ抃ツ褒 | 111011111011111010000010111001101000101010000011111011111011111010000010111010001010010010010010 | efbe82e68a83efbe82e8a492 |
UHC | ???褒 | 0011111100111111001111111111100011100110 | 3f3f3ff8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)