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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銓苓ゥ樒 | 11100111111100101001011111101000101010011001111011100111 | e7f297e8a99ee7 |
EUC-JP | 銓苓ゥ樒 | 1110111011110100110011101110101010001110101010011101110011101001 | eef4ceea8ea9dce9 |
UTF-8 | 銓苓ゥ樒 | 111010011000101010010011111010001000101110010011111011111011110110101001111001101010100010010010 | e98a93e88b93efbda9e6a892 |
UHC | 銓??? | 1110111110110000001111110011111100111111 | efb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)