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 | 只?申?鷹 | 1001000111111100001111111001000001011100001111111001000111101001 | 91fc3f905c3f91e9 |
EUC-JP | 只?申?鷹 | 1100001011111110001111111011111110111101001111111100001011101011 | c2fe3fbfbd3fc2eb |
UTF-8 | 只렓申렖鷹 | 111001011000111110101010111010111010000010010011111001111001010010110011111010111010000010010110111010011011011110111001 | e58faaeba093e794b3eba096e9b7b9 |
UHC | 只렓申렖鷹 | 11110001111111101000111010101000111000111110100110001110101010111110101111101101 | f1fe8ea8e3e98eabebed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)