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 | è¾°]\ | 1110100010111110101100000101110101011100 | e8beb05d5c |
SJIS-WIN | ??°]\ | 001111110011111110000001100010110101110101011100 | 3f3f818b5d5c |
EUC-JP | è?°]\ | 1000111110101011101100100011111110100001111010110101110101011100 | 8fabb23fa1eb5d5c |
UTF-8 | è¾°]\ | 1100001110101000110000101011111011000010101100000101110101011100 | c3a8c2bec2b05d5c |
UHC | ?¾°]\ | 00111111101010001111101010100001110001100101110101011100 | 3fa8faa1c65d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)