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 | ???挑^ | 001111110011111100111111100100101010011101011110 | 3f3f3f92a75e |
EUC-JP | ???挑^ | 001111110011111100111111110001001010100101011110 | 3f3f3fc4a95e |
UTF-8 | 롏뤇咽挑^ | 11101011101000011000111111101011101001001000011111101111101001101001111011100110100011001001000101011110 | eba18feba487efa69ee68c915e |
UHC | 롏뤇咽挑^ | 100011101101010110001111101101111110011011101100110100111111101101011110 | 8ed58fb7e6ecd3fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)