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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 恁??h恁 | 10011100100011000011111100111111011010001001110010001100 | 9c8c3f3f689c8c |
EUC-JP | 恁??h恁 | 11010111111011000011111100111111011010001101011111101100 | d7ec3f3f68d7ec |
UTF-8 | 恁잜삷h恁 | 11100110100000011000000111101100100111101001110011101100100000101011011101101000111001101000000110000001 | e68181ec9e9cec82b768e68181 |
UHC | 恁잜삷h恁 | 111011001111011010011111111011011001100010101110011010001110110011110110 | ecf69fed98ae68ecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)