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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 藥??K釗 | 11100101010110100011111100111111010010111111101110111011 | e55a3f3f4bfbbb |
EUC-JP | 藥??K釗 | 1110100110111011001111110011111101001011100011111110001110100110 | e9bb3f3f4b8fe3a6 |
UTF-8 | 藥먨쪧K釗 | 11101000100101111010010111101011101010001010100011101100101010101010011101001011111010011000011110010111 | e897a5eba8a8ecaaa74be98797 |
UHC | 藥먨쪧K釗 | 111001011011011110010000111001011010010110100000010010111110000111110010 | e5b790e5a5a04be1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)