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 | 惡郁惡郁^ | 100111001010011010001000111010001001110010100110100010001110100001011110 | 9ca688e89ca688e85e |
EUC-JP | 惡郁惡郁^ | 110110001010100010110000111010101101100010101000101100001110101001011110 | d8a8b0ead8a8b0ea5e |
UTF-8 | 惡郁惡郁^ | 11100110100000111010000111101001100000111000000111100110100000111010000111101001100000111000000101011110 | e683a1e98381e683a1e983815e |
UHC | 惡郁惡郁^ | 111001001100001011101001111101001110010011000010111010011111010001011110 | e4c2e9f4e4c2e9f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)