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 | 只貊?宜? | 1001000111111100111001101011101100111111100010110101100000111111 | 91fce6bb3f8b583f |
EUC-JP | 只貊?宜? | 1100001011111110111011001011110100111111101101011011100100111111 | c2feecbd3fb5b93f |
UTF-8 | 只貊칼宜렭 | 111001011000111110101010111010001011001010001010111011001011100110111100111001011010111010011100111010111010000010101101 | e58faae8b28aecb9bce5ae9ceba0ad |
UHC | 只貊칼宜렭 | 11110001111111101101100011100111110001001010111011101011111100011000111010111010 | f1fed8e7c4aeebf18eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)