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 | 驪募シ情∵ | 111010011000101110010101111001011011110010001111111011101000000111100110 | e98b95e5bc8fee81e6 |
EUC-JP | 驪募シ情∵ | 11110001111010111100101011100111100011101011110010111110111100001010001011101000 | f1ebcae78ebcbef0a2e8 |
UTF-8 | 驪募シ情∵ | 111010011010100110101010111001011000101110011111111011111011110110111100111001101000001110000101111000101000100010110101 | e9a9aae58b9fefbdbce68385e288b5 |
UHC | 驪募?情∵ | 110101011111000111011001101101000011111111101111110101111010000111110001 | d5f1d9b43fefd7a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)