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 | 荷? | 100010011101011100111111 | 89d73f |
EUC-JP | 荷? | 101100101101100100111111 | b2d93f |
UTF-8 | 荷挻 | 111010001000110110110111111001101000110010111011 | e88db7e68cbb |
UHC | 荷挻 | 11111001110000111110011011001001 | f9c3e6c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)