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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寥?畯六 | 10011011100011000011111111111011011011111001100001011010 | 9b8c3ffb6f985a |
EUC-JP | 寥?畯六 | 1101010111101100001111111000111111001101101110111100111110111011 | d5ec3f8fcdbbcfbb |
UTF-8 | 寥렔畯六 | 111001011010111110100101111010111010000010010100111001111001010110101111111001011000010110101101 | e5afa5eba094e795afe585ad |
UHC | 寥렔畯六 | 1110100011101111100011101010100111110001111000011101011110111111 | e8ef8ea9f1e1d7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)