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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 池?媛豆?^ | 100100100111001000111111100101010101000110010011101001000011111101011110 | 92723f955193a43f5e |
EUC-JP | 池?媛豆?^ | 110000111101001100111111110010011011001011000110101001100011111101011110 | c3d33fc9b2c6a63f5e |
UTF-8 | 池렍媛豆깅^ | 11100110101100011010000011101011101000001000110111100101101010101001101111101000101100011000011011101010101110011000010101011110 | e6b1a0eba08de5aa9be8b186eab9855e |
UHC | 池렍媛豆깅^ | 1111001010101110100011101010001111101010101100001101010011100111101100011110101101011110 | f2ae8ea3eab0d4e7b1eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)