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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 炒[炒[^ | 11100000011101010101101111100000011101010101101101011110 | e0755be0755b5e |
EUC-JP | 炒[炒[^ | 11011111110101100101101111011111110101100101101101011110 | dfd65bdfd65b5e |
UTF-8 | 炒[炒[^ | 111001111000001010010010010110111110011110000010100100100101101101011110 | e782925be782925b5e |
UHC | 炒[炒[^ | 11110101101001000101101111110101101001000101101101011110 | f5a45bf5a45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)