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{^ | 11101001100110101000101101101111011011100111110111101001100110101000101101101111011011100111101101011110 | e99a8b6f6e7de99a8b6f6e7b5e |
EUC-JP | 髫黍n}髫黍n{^ | 11110001111110101011010111010000011011100111110111110001111110101011010111010000011011100111101101011110 | f1fab5d06e7df1fab5d06e7b5e |
UTF-8 | 髫黍n}髫黍n{^ | 1110100110101011101010111110100110111011100011010110111001111101111010011010101110101011111010011011101110001101011011100111101101011110 | e9ababe9bb8d6e7de9ababe9bb8d6e7b5e |
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)