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 | 衆坤衆鵠^ | 100011110100111110001101101000111000111101001111100011011001010001011110 | 8f4f8da38f4f8d945e |
EUC-JP | 衆坤衆鵠^ | 101111011011000010111010101001011011110110110000101110011111010001011110 | bdb0baa5bdb0b9f45e |
UTF-8 | 衆坤衆鵠^ | 11101000101000011000011011100101100111011010010011101000101000011000011011101001101101011010000001011110 | e8a186e59da4e8a186e9b5a05e |
UHC | 衆坤衆鵠^ | 111100011110101111001101110111101111000111101011110011011101110001011110 | f1ebcddef1ebcddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)