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 | ûM£r | 11111011010011011010001101110010 | fb4da372 |
SJIS-WIN | ?M£r | 0011111101001101100000011001001001110010 | 3f4d819272 |
EUC-JP | ûM£r | 10001111101010111110010101001101101000011111001001110010 | 8fabe54da1f272 |
UTF-8 | ûM£r | 110000111011101101001101110000101010001101110010 | c3bb4dc2a372 |
UHC | ?M?r | 00111111010011010011111101110010 | 3f4d3f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)