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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 潗??? | 100011111100100011011000001111110011111100111111 | 8fc8d83f3f3f |
UTF-8 | 潗샹劣섕 | 111001101011110110010111111011001000001110111001111011111010011010011101111011001000010010010101 | e6bd97ec83b9efa69dec8495 |
UHC | 潗샹劣섕 | 1111001011111100101111001010011111100110111010111011110010101100 | f2fcbca7e6ebbcac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)