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 | ?nm}?nm{^ | 001111110110111001101101011111010011111101101110011011010111101101011110 | 3f6e6d7d3f6e6d7b5e |
SJIS-WIN | 蛛nm}蛛nm{^ | 1110010110000001011011100110110101111101111001011000000101101110011011010111101101011110 | e5816e6d7de5816e6d7b5e |
EUC-JP | 蛛nm}蛛nm{^ | 1110100111100001011011100110110101111101111010011110000101101110011011010111101101011110 | e9e16e6d7de9e16e6d7b5e |
UTF-8 | 蛛nm}蛛nm{^ | 11101000100110111001101101101110011011010111110111101000100110111001101101101110011011010111101101011110 | e89b9b6e6d7de89b9b6e6d7b5e |
UHC | 蛛nm}蛛nm{^ | 1111000111001000011011100110110101111101111100011100100001101110011011010111101101011110 | f1c86e6d7df1c86e6d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)