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챙횒 | 11101100101100011001100111101101100110101001001001101000111011001011000110011001111011011001101010010010 | ecb199ed9a9268ecb199ed9a92 |
UHC | 챙횒h챙횒 | 110000111010110011000011100011010110100011000011101011001100001110001101 | c3acc38d68c3acc38d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)