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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藥〓?毓 | 11100101010110101000000110101100001111111001111101111001 | e55a81ac3f9f79 |
EUC-JP | 藥〓?毓 | 11101001101110111010001010101110001111111101110111011010 | e9bba2ae3fddda |
UTF-8 | 藥〓퀧毓 | 111010001001011110100101111000111000000010010011111011011000000010100111111001101010111110010011 | e897a5e38093ed80a7e6af93 |
UHC | 藥〓퀧毓 | 1110010110110111101000011110101110110011100110111110101110111110 | e5b7a1ebb39bebbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)