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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 范}范{^ | 11100100100101110111110111100100100101110111101101011110 | e4977de4977b5e |
EUC-JP | 范}范{^ | 11100111111101110111110111100111111101110111101101011110 | e7f77de7f77b5e |
UTF-8 | 范}范{^ | 111010001000110010000011011111011110100010001100100000110111101101011110 | e88c837de88c837b5e |
UHC | 范}范{^ | 11011011111101010111110111011011111101010111101101011110 | dbf57ddbf57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)