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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 營??業? | 10011010011110100011111100111111100010111100011000111111 | 9a7a3f3f8bc63f |
EUC-JP | 營??業? | 11010011110110110011111100111111101101101100100000111111 | d3db3f3fb6c83f |
UTF-8 | 營뺡냷業뢆 | 111001111000011110011111111010111011101010100001111010111000001110110111111001101010010110101101111010111010001010000110 | e7879febbaa1eb83b7e6a5adeba286 |
UHC | 營뺡냷業뢆 | 11100111101111011001010111101001100001101000011111100101111101101000111101000010 | e7bd95e98687e5f68f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)