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 | ?]???] | 001111110101110100111111001111110011111101011101 | 3f5d3f3f3f5d |
SJIS-WIN | ?]???] | 001111110101110100111111001111110011111101011101 | 3f5d3f3f3f5d |
EUC-JP | ?]???] | 001111110101110100111111001111110011111101011101 | 3f5d3f3f3f5d |
UTF-8 | 횪]챕청횪] | 1110110110011010101010100101110111101100101100011001010111101100101100101010110111101101100110101010101001011101 | ed9aaa5decb195ecb2aded9aaa5d |
UHC | 횪]챕청횪] | 11000011101000000101110111000011101010011100001110111011110000111010000001011101 | c3a05dc3a9c3bbc3a05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)