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 | ?願 | 001111111000101011101000 | 3f8ae8 |
EUC-JP | ?願 | 001111111011010011101010 | 3fb4ea |
UTF-8 | 곗願 | 111010101011001110010111111010011010000110011000 | eab397e9a198 |
UHC | 곗願 | 10110000111011001110101011000011 | b0eceac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)