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 | 驢梳愉薑 | 1110100110000110100111101000000010010110111110011110010101000111 | e9869e8096f9e547 |
EUC-JP | 驢梳愉薑 | 1111000111100110110110111110000011001100111110111110100110101000 | f1e6dbe0ccfbe9a8 |
UTF-8 | 驢梳愉薑 | 111010011010100110100010111001101010001010110011111001101000010010001001111010001001011010010001 | e9a9a2e6a2b3e68489e89691 |
UHC | 驢梳愉薑 | 1101010111110000111000011011101011101010111100001100101110111001 | d5f0e1baeaf0cbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)