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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ陳慊妥ォ | 1100001010010010110000101001110011000010100100011100001110101011 | c292c29cc291c3ab |
EUC-JP | ツ陳慊妥ォ | 10001110110000101100010011000100110110001100010011000010110001011000111010101011 | 8ec2c4c4d8c4c2c58eab |
UTF-8 | ツ陳慊妥ォ | 111011111011111010000010111010011001100110110011111001101000010110001010111001011010011010100101111011111011110110101011 | efbe82e999b3e6858ae5a6a5efbdab |
UHC | ?陳慊妥? | 0011111111110010111001111100110011000011111101101110011000111111 | 3ff2e7ccc3f6e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)