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 | 荻裸 | 10001001101011001001011110000111 | 89ac9787 |
EUC-JP | 荻裸 | 10110010101011101100110111100111 | b2aecde7 |
UTF-8 | 荻裸 | 111010001000110110111011111010001010001110111000 | e88dbbe8a3b8 |
UHC | 荻裸 | 11101110111000101101010110100011 | eee2d5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)