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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 召h召 | 1000111110100010011010001000111110100010 | 8fa2688fa2 |
EUC-JP | 召h召 | 1011111010100100011010001011111010100100 | bea468bea4 |
UTF-8 | 召h召 | 11100101100011111010110001101000111001011000111110101100 | e58fac68e58fac |
UHC | 召h召 | 1110000110101111011010001110000110101111 | e1af68e1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)