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 | 11100110111011001011001111100111100011101011001101000010 | e6ecb3e78eb342 |
EUC-JP | 跪ウ邇ウB | 111011001110111010001110101100111110110111101110100011101011001101000010 | ecee8eb3edee8eb342 |
UTF-8 | 跪ウ邇ウB | 11101000101101111010101011101111101111011011001111101001100000101000011111101111101111011011001101000010 | e8b7aaefbdb3e98287efbdb342 |
UHC | ??邇?B | 001111110011111111101100110001000011111101000010 | 3f3fecc43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)