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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | メ昉 | 1111000011100001110100101111101011010001 | f0e1d2fad1 |
EUC-JP | ?メ昉 | 001111111000111011010010100011111100000111111000 | 3f8ed28fc1f8 |
UTF-8 | メ昉 | 111011101000001010100000111011111011111010010010111001101001100010001001 | ee82a0efbe92e69889 |
UHC | ??昉 | 00111111001111111101101110110010 | 3f3fdbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)