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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠏靑ワオ | 1110010110110101111110111111001011011100111100011110010110110101 | e5b5fbf2dcf1e5b5 |
EUC-JP | 蠏?ワ?オ | 1110101010110111001111111000111011011100001111111000111010110101 | eab73f8edc3f8eb5 |
UTF-8 | 蠏靑ワオ | 111010001010000010001111111010011001110110010001111011111011111010011100111011101000010110100000111011111011110110110101 | e8a08fe99d91efbe9cee85a0efbdb5 |
UHC | ?靑??? | 001111111111010011101100001111110011111100111111 | 3ff4ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)