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 | ツ淞債愿ッ | 1100001010011111110000101000110111000010100111001100001110101111 | c29fc28dc29cc3af |
EUC-JP | ツ淞債愿ッ | 10001110110000101101111011000100101110101100010011011000110001011000111010101111 | 8ec2dec4bac4d8c58eaf |
UTF-8 | ツ淞債愿ッ | 111011111011111010000010111001101011011110011110111001011000001010110101111001101000010010111111111011111011110110101111 | efbe82e6b79ee582b5e684bfefbdaf |
UHC | ?淞債愿? | 0011111111100001111001111111001111110000111010101011010000111111 | 3fe1e7f3f0eab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)