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 | ̬ÌË | 1000111111001100101011001100110011001011 | 8fccaccccb |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | ?̬ÌË | 001111111000111110101010110000001010001011001100100011111010101011000000100011111010101010110011 | 3f8faac0a2cc8faac08faab3 |
UTF-8 | ̬ÌË | 11000010100011111100001110001100110000101010110011000011100011001100001110001011 | c28fc38cc2acc38cc38b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)