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 | ????u | 0011111100111111001111110011111101110101 | 3f3f3f3f75 |
SJIS-WIN | ツ堕津ゥu | 11000010100100011100001010010010110000111010100101110101 | c291c292c3a975 |
EUC-JP | ツ堕津ゥu | 100011101100001011000010110001001100010011000101100011101010100101110101 | 8ec2c2c4c4c58ea975 |
UTF-8 | ツ堕津ゥu | 11101111101111101000001011100101101000001001010111100110101101001010010111101111101111011010100101110101 | efbe82e5a095e6b4a5efbda975 |
UHC | ??津?u | 001111110011111111110010110100000011111101110101 | 3f3ff2d03f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)