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 | è·¿l | 11101000101101111011111101101100 | e8b7bf6c |
SJIS-WIN | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
EUC-JP | è?¿l | 1000111110101011101100100011111110001111101000101100010001101100 | 8fabb23f8fa2c46c |
UTF-8 | è·¿l | 11000011101010001100001010110111110000101011111101101100 | c3a8c2b7c2bf6c |
UHC | ?·¿l | 001111111010000110100100101000101010111101101100 | 3fa1a4a2af6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)