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 | 11100101101111010111110101000010 | e5bd7d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | å?}B | 100011111010101110101001001111110111110101000010 | 8faba93f7d42 |
UTF-8 | å½}B | 110000111010010111000010101111010111110101000010 | c3a5c2bd7d42 |
UHC | ?½}B | 0011111110101000111101100111110101000010 | 3fa8f67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)