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 | 昇蛩昇蛔^ | 100011111011100011100101011111011000111110111000111001010111101101011110 | 8fb8e57d8fb8e57b5e |
EUC-JP | 昇蛩昇蛔^ | 101111101011101011101001110111101011111010111010111010011101110001011110 | bebae9debebae9dc5e |
UTF-8 | 昇蛩昇蛔^ | 11100110100110001000011111101000100110111010100111100110100110001000011111101000100110111001010001011110 | e69887e89ba9e69887e89b945e |
UHC | 昇?昇蛔^ | 1110001110110000001111111110001110110000111111001110111001011110 | e3b03fe3b0fcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)