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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 潁??揖?^ | 1001111111110001001111110011111110010111010010110011111101011110 | 9ff13f3f974b3f5e |
EUC-JP | 潁??揖?^ | 1101111011110011001111110011111111001101101011000011111101011110 | def33f3fcdac3f5e |
UTF-8 | 潁뺢랬揖릀^ | 11100110101111011000000111101011101110101010001011101011100111101010110011100110100011111001011011101011101001101000000001011110 | e6bd81ebbaa2eb9eace68f96eba6805e |
UHC | 潁뺢랬揖릀^ | 1110011110111000100101011110101010110111101010001110101111100111100100000110001101011110 | e7b895eab7a8ebe790635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)