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 | ロ・磅 | 11011011101001011110000111111010 | dba5e1fa |
EUC-JP | ロ・磅 | 100011101101101110001110101001011110001011111100 | 8edb8ea5e2fc |
UTF-8 | ロ・磅 | 111011111011111010011011111011111011110110100101111001111010001110000101 | efbe9befbda5e7a385 |
UHC | ??磅 | 00111111001111111101101110110110 | 3f3fdbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)