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{^ | 11101000100000101000101101101111011011100111110111101000100000101000101101101111011011100111101101011110 | e8828b6f6e7de8828b6f6e7b5e |
EUC-JP | 閧黍n}閧黍n{^ | 11101111111000101011010111010000011011100111110111101111111000101011010111010000011011100111101101011110 | efe2b5d06e7defe2b5d06e7b5e |
UTF-8 | 閧黍n}閧黍n{^ | 1110100110010110101001111110100110111011100011010110111001111101111010011001011010100111111010011011101110001101011011100111101101011110 | e996a7e9bb8d6e7de996a7e9bb8d6e7b5e |
UHC | ?黍n}?黍n{^ | 0011111111100000101010000110111001111101001111111110000010101000011011100111101101011110 | 3fe0a86e7d3fe0a86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)