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 | 紗写箝 | 100011101101000110001110110010101110001010101101 | 8ed18ecae2ad |
EUC-JP | 紗写箝 | 101111001101001110111100110011001110010010101111 | bcd3bccce4af |
UTF-8 | 紗写箝 | 111001111011010010010111111001011000011010011001111001111010111010011101 | e7b497e58699e7ae9d |
UHC | 紗?箝 | 1101111011101001001111111100110011000100 | dee93fccc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)