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 | ????i] | 001111110011111100111111001111110110100101011101 | 3f3f3f3f695d |
SJIS-WIN | ?櫻?∮i] | 0011111110011111010011100011111110000111100100110110100101011101 | 3f9f4e3f8793695d |
EUC-JP | ?櫻??i] | 00111111110111011010111100111111001111110110100101011101 | 3fddaf3f3f695d |
UTF-8 | 룶櫻卽∮i] | 1110101110100011101101101110011010101011101110111110010110001101101111011110001010001000101011100110100101011101 | eba3b6e6abbbe58dbde288ae695d |
UHC | 룶櫻卽∮i] | 10001111101010111110010110100001111100011110110110100010101100010110100101011101 | 8fabe5a1f1eda2b1695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)