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 | è²o | 11101000101100101001010001101111 | e8b2946f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | è??o | 100011111010101110110010001111110011111101101111 | 8fabb23f3f6f |
UTF-8 | è²o | 11000011101010001100001010110010110000101001010001101111 | c3a8c2b2c2946f |
UHC | ?²?o | 0011111110101001111101110011111101101111 | 3fa9f73f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)