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 | ??ZB | 00111111001111110101101001000010 | 3f3f5a42 |
SJIS-WIN | ウZB | 1111100010111111101100110101101001000010 | f8bfb35a42 |
EUC-JP | ?ウZB | 0011111110001110101100110101101001000010 | 3f8eb35a42 |
UTF-8 | ウZB | 1110111010011001100111101110111110111101101100110101101001000010 | ee999eefbdb35a42 |
UHC | ??ZB | 00111111001111110101101001000010 | 3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)