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 | 1100111011101011110011101110101101000010 | ceebceeb42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ÎëÎëB | 10001111101010101100001010001111101010111011001110001111101010101100001010001111101010111011001101000010 | 8faac28fabb38faac28fabb342 |
UTF-8 | ÎëÎëB | 110000111000111011000011101010111100001110001110110000111010101101000010 | c38ec3abc38ec3ab42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)