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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驍ゼ驍ゼ^ | 111010011000001010000011010110111110100110000010100000110101101101011110 | e982835be982835b5e |
EUC-JP | 驍ゼ驍ゼ^ | 111100011110001010100101101111001111000111100010101001011011110001011110 | f1e2a5bcf1e2a5bc5e |
UTF-8 | 驍ゼ驍ゼ^ | 11101001101010011000110111100011100000101011110011101001101010011000110111100011100000101011110001011110 | e9a98de382bce9a98de382bc5e |
UHC | 驍ゼ驍ゼ^ | 111111011010010010101011101111001111110110100100101010111011110001011110 | fda4abbcfda4abbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)