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 | ????z | 0011111100111111001111110011111101111010 | 3f3f3f3f7a |
SJIS-WIN | ツ慊姪ゥz | 11000010100111001100001010010110110000111010100101111010 | c29cc296c3a97a |
EUC-JP | ツ慊姪ゥz | 100011101100001011011000110001001100110011000101100011101010100101111010 | 8ec2d8c4ccc58ea97a |
UTF-8 | ツ慊姪ゥz | 11101111101111101000001011100110100001011000101011100101101001111010101011101111101111011010100101111010 | efbe82e6858ae5a7aaefbda97a |
UHC | ?慊姪?z | 00111111110011001100001111110010111010110011111101111010 | 3fccc3f2eb3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)