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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 釘排 | 10010011010000101001010001110010 | 93429472 |
EUC-JP | 釘排 | 11000101101000111100011111010011 | c5a3c7d3 |
UTF-8 | 釘排 | 111010011000011110011000111001101000111010010010 | e98798e68e92 |
UHC | 釘排 | 11101111111110011101101111001001 | eff9dbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)