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{^ | 1001111111110001001111110110111001111101100111111111000100111111011011100111101101011110 | 9ff13f6e7d9ff13f6e7b5e |
EUC-JP | 潁?n}潁?n{^ | 1101111011110011001111110110111001111101110111101111001100111111011011100111101101011110 | def33f6e7ddef33f6e7b5e |
UTF-8 | 潁뷬n}潁뷬n{^ | 1110011010111101100000011110101110110111101011000110111001111101111001101011110110000001111010111011011110101100011011100111101101011110 | e6bd81ebb7ac6e7de6bd81ebb7ac6e7b5e |
UHC | 潁뷬n}潁뷬n{^ | 11100111101110001001010101010110011011100111110111100111101110001001010101010110011011100111101101011110 | e7b895566e7de7b895566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)