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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 冓羇鏈 | 100110010110100111100011101100101110100001011001 | 9969e3b2e859 |
EUC-JP | 冓羇鏈 | 110100011100101011100110101101001110111110111010 | d1cae6b4efba |
UTF-8 | 冓羇鏈 | 111001011000011010010011111001111011111010000111111010011000111110001000 | e58693e7be87e98f88 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)