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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 藥?譽??E | 1110010101011010001111111110011010100011001111110011111101000101 | e55a3fe6a33f3f45 |
EUC-JP | 藥?譽??E | 1110100110111011001111111110110010100101001111110011111101000101 | e9bb3feca53f3f45 |
UTF-8 | 藥퐃譽김퀕E | 11101000100101111010010111101101100100001000001111101000101011011011110111101010101110011000000011101101100000001001010101000101 | e897a5ed9083e8adbdeab980ed809545 |
UHC | 藥퐃譽김퀕E | 1110010110110111101111010110100011100111111000101011000111101000101100111000101001000101 | e5b7bd68e7e2b1e8b38a45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)