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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 藥?譽??F | 1110010101011010001111111110011010100011001111110011111101000110 | e55a3fe6a33f3f46 |
EUC-JP | 藥?譽??F | 1110100110111011001111111110110010100101001111110011111101000110 | e9bb3feca53f3f46 |
UTF-8 | 藥퐃譽김퀕F | 11101000100101111010010111101101100100001000001111101000101011011011110111101010101110011000000011101101100000001001010101000110 | e897a5ed9083e8adbdeab980ed809546 |
UHC | 藥퐃譽김퀕F | 1110010110110111101111010110100011100111111000101011000111101000101100111000101001000110 | e5b7bd68e7e2b1e8b38a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)