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 | 藥〓?猷 | 11100101010110101000000110101100001111111001011101010001 | e55a81ac3f9751 |
EUC-JP | 藥〓?猷 | 11101001101110111010001010101110001111111100110110110010 | e9bba2ae3fcdb2 |
UTF-8 | 藥〓셼猷 | 111010001001011110100101111000111000000010010011111011001000010110111100111001111000110010110111 | e897a5e38093ec85bce78cb7 |
UHC | 藥〓셼猷 | 1110010110110111101000011110101110011001100000011110101110100011 | e5b7a1eb9981eba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)