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 | ??}G | 00111111001111110111110101000111 | 3f3f7d47 |
SJIS-WIN | 蟻?}G | 1000101101100001001111110111110101000111 | 8b613f7d47 |
EUC-JP | 蟻?}G | 1011010111000010001111110111110101000111 | b5c23f7d47 |
UTF-8 | 蟻렪}G | 1110100010011111101110111110101110100000101010100111110101000111 | e89fbbeba0aa7d47 |
UHC | 蟻렪}G | 111010111111110010001110101110000111110101000111 | ebfc8eb87d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)