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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????ル?? | 0011111100111111001111110011111110000011100010110011111100111111 | 3f3f3f3f838b3f3f |
EUC-JP | ????ル?? | 0011111100111111001111110011111110100101111010110011111100111111 | 3f3f3f3fa5eb3f3f |
UTF-8 | 凉들솈溜ル졁驪 | 111011111010010110111001111010111001001110100100111011001000011010001000111011111010011110001011111000111000001110101011111011001010000110000001111011111010011010000111 | efa5b9eb93a4ec8688efa78be383abeca181efa687 |
UHC | 凉들솈溜ル졁驪 | 1110010110111100101101011110100110011001100011001110101011111110101010111110101110100000101100101110011010101111 | e5bcb5e9998ceafeabeba0b2e6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)