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 | 鬱憺鬱憺^ | 100111110101010010011100111010011001111101010100100111001110100101011110 | 9f549ce99f549ce95e |
EUC-JP | 鬱憺鬱憺^ | 110111011011010111011000111010111101110110110101110110001110101101011110 | ddb5d8ebddb5d8eb5e |
UTF-8 | 鬱憺鬱憺^ | 11101001101011001011000111100110100001101011101011101001101011001011000111100110100001101011101001011110 | e9acb1e686bae9acb1e686ba5e |
UHC | 鬱憺鬱憺^ | 111010101010011011010011101111001110101010100110110100111011110001011110 | eaa6d3bceaa6d3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)