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 | エ鄒ォ^ | 11110000101101011011010011100111101111101010101101011110 | f0b5b4e7beab5e |
EUC-JP | ?エ鄒ォ^ | 0011111110001110101101001110111011000000100011101010101101011110 | 3f8eb4eec08eab5e |
UTF-8 | エ鄒ォ^ | 11101110100000011011010011101111101111011011010011101001100001001001001011101111101111011010101101011110 | ee81b4efbdb4e98492efbdab5e |
UHC | ??鄒?^ | 001111110011111111110101110110110011111101011110 | 3f3ff5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)