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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辷媼辷媼^ | 111001111000100010011011010110111110011110001000100110110101101101011110 | e7889b5be7889b5b5e |
EUC-JP | 辷媼辷媼^ | 111011011110100011010101101111001110110111101000110101011011110001011110 | ede8d5bcede8d5bc5e |
UTF-8 | 辷媼辷媼^ | 11101000101111101011011111100101101010101011110011101000101111101011011111100101101010101011110001011110 | e8beb7e5aabce8beb7e5aabc5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)