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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ロ・磅 | 110110111010010111100001111110101111010011111010 | dba5e1faf4fa |
EUC-JP | ロ・磅? | 10001110110110111000111010100101111000101111110000111111 | 8edb8ea5e2fc3f |
UTF-8 | ロ・磅 | 111011111011111010011011111011111011110110100101111001111010001110000101111011101000111010101001 | efbe9befbda5e7a385ee8ea9 |
UHC | ??磅? | 0011111100111111110110111011011000111111 | 3f3fdbb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)