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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邇ウ邇ウB | 11100111100011101011001111100111100011101011001101000010 | e78eb3e78eb342 |
EUC-JP | 邇ウ邇ウB | 111011011110111010001110101100111110110111101110100011101011001101000010 | edee8eb3edee8eb342 |
UTF-8 | 邇ウ邇ウB | 11101001100000101000011111101111101111011011001111101001100000101000011111101111101111011011001101000010 | e98287efbdb3e98287efbdb342 |
UHC | 邇?邇?B | 11101100110001000011111111101100110001000011111101000010 | ecc43fecc43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)