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 | 韃伜┌鈿 | 1110100011100101100110001110010110000100101000011110011111101101 | e8e598e584a1e7ed |
EUC-JP | 韃伜┌鈿 | 1111000011100111110100001110011110101000101000111110111011101111 | f0e7d0e7a8a3eeef |
UTF-8 | 韃伜┌鈿 | 111010011001111110000011111001001011110010011100111000101001010010001100111010011000100010111111 | e99f83e4bc9ce2948ce988bf |
UHC | ??┌鈿 | 001111110011111110100110101000111110111110101111 | 3f3fa6a3efaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)