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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?消ю?輕 | 0011111110001111110000011000010010010000001111111110011101101010 | 3f8fc184903fe76a |
EUC-JP | ?消ю?輕 | 0011111110111110110000111010011111110000001111111110110111001011 | 3fbec3a7f03fedcb |
UTF-8 | 뤵消ю퓥輕 | 1110101110100100101101011110011010110110100010001101000110001110111011011001001110100101111010001011110010010101 | eba4b5e6b688d18eed93a5e8bc95 |
UHC | 뤵消ю퓥輕 | 10001111111000111110000110111100101011001111000010111111100011101100110011101110 | 8fe3e1bcacf0bf8eccee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)