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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 愈耕宅釣 | 1001011011111010100011010110101110010001111011101001001011011110 | 96fa8d6b91ee92de |
EUC-JP | 愈耕宅釣 | 1100110011111100101110011100110011000010111100001100010011100000 | ccfcb9ccc2f0c4e0 |
UTF-8 | 愈耕宅釣 | 111001101000010010001000111010001000000010010101111001011010111010000101111010011000011110100011 | e68488e88095e5ae85e987a3 |
UHC | 愈耕宅釣 | 1110101011101111110011001110100111010011111010111111000011100101 | eaefcce9d3ebf0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)