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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 횜횧h횜횧 | 11101101100110101001110011101101100110101010011101101000111011011001101010011100111011011001101010100111 | ed9a9ced9aa768ed9a9ced9aa7 |
UHC | 횜횧h횜횧 | 110000111001011011000011100111100110100011000011100101101100001110011110 | c396c39e68c396c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)