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 | 灑[灑[^ | 11100000011100100101101111100000011100100101101101011110 | e0725be0725b5e |
EUC-JP | 灑[灑[^ | 11011111110100110101101111011111110100110101101101011110 | dfd35bdfd35b5e |
UTF-8 | 灑[灑[^ | 111001111000000110010001010110111110011110000001100100010101101101011110 | e781915be781915b5e |
UHC | 灑[灑[^ | 11100001111011100101101111100001111011100101101101011110 | e1ee5be1ee5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)