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 | ?_U}?_U{^ | 001111110101111101010101011111010011111101011111010101010111101101011110 | 3f5f557d3f5f557b5e |
SJIS-WIN | ?_U}?_U{^ | 001111110101111101010101011111010011111101011111010101010111101101011110 | 3f5f557d3f5f557b5e |
EUC-JP | ?_U}?_U{^ | 001111110101111101010101011111010011111101011111010101010111101101011110 | 3f5f557d3f5f557b5e |
UTF-8 | ᳚_U}᳚_U{^ | 11100001101100111001101001011111010101010111110111100001101100111001101001011111010101010111101101011110 | e1b39a5f557de1b39a5f557b5e |
UHC | ?_U}?_U{^ | 001111110101111101010101011111010011111101011111010101010111101101011110 | 3f5f557d3f5f557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)