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 | 阮媼阮媼^ | 111010001001011010011011010110111110100010010110100110110101101101011110 | e8969b5be8969b5b5e |
EUC-JP | 阮媼阮媼^ | 111011111111011011010101101111001110111111110110110101011011110001011110 | eff6d5bceff6d5bc5e |
UTF-8 | 阮媼阮媼^ | 11101001100110001010111011100101101010101011110011101001100110001010111011100101101010101011110001011110 | e998aee5aabce998aee5aabc5e |
UHC | 阮?阮?^ | 11101000110101100011111111101000110101100011111101011110 | e8d63fe8d63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)