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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 昻先昻先^ | 111110101101000010010000111001101111101011010000100100001110011001011110 | fad090e6fad090e65e |
EUC-JP | ?先?先^ | 00111111110000001110100000111111110000001110100001011110 | 3fc0e83fc0e85e |
UTF-8 | 昻先昻先^ | 11100110100110001011101111100101100001011000100011100110100110001011101111100101100001011000100001011110 | e698bbe58588e698bbe585885e |
UHC | 昻先昻先^ | 111001001110100111100000101110111110010011101001111000001011101101011110 | e4e9e0bbe4e9e0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)