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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??仇? | 0011111100111111100010110111011100111111 | 3f3f8b773f |
EUC-JP | ??仇? | 0011111100111111101101011101100000111111 | 3f3fb5d83f |
UTF-8 | 뤶횓仇렓 | 111010111010010010110110111011011001101010010011111001001011101110000111111010111010000010010011 | eba4b6ed9a93e4bb87eba093 |
UHC | 뤶횓仇렓 | 1000111111100100110000111000111011001110111110111000111010101000 | 8fe4c38ecefb8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)