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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?叢n}?叢n{^ | 0011111110010001011100000110111001111101001111111001000101110000011011100111101101011110 | 3f91706e7d3f91706e7b5e |
EUC-JP | ?叢n}?叢n{^ | 0011111111000001110100010110111001111101001111111100000111010001011011100111101101011110 | 3fc1d16e7d3fc1d16e7b5e |
UTF-8 | 䯌叢n}䯌叢n{^ | 1110010010101111100011001110010110001111101000100110111001111101111001001010111110001100111001011000111110100010011011100111101101011110 | e4af8ce58fa26e7de4af8ce58fa26e7b5e |
UHC | ?叢n}?叢n{^ | 0011111111110101101111110110111001111101001111111111010110111111011011100111101101011110 | 3ff5bf6e7d3ff5bf6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)