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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?莉[}?莉[{^ | 0011111111100100101110110101101101111101001111111110010010111011010110110111101101011110 | 3fe4bb5b7d3fe4bb5b7b5e |
EUC-JP | ?莉[}?莉[{^ | 0011111111101000101111010101101101111101001111111110100010111101010110110111101101011110 | 3fe8bd5b7d3fe8bd5b7b5e |
UTF-8 | 옘莉[}옘莉[{^ | 1110110010011000100110001110100010001110100010010101101101111101111011001001100010011000111010001000111010001001010110110111101101011110 | ec9898e88e895b7dec9898e88e895b7b5e |
UHC | 옘莉[}옘莉[{^ | 10111111101111001101011111101001010110110111110110111111101111001101011111101001010110110111101101011110 | bfbcd7e95b7dbfbcd7e95b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)