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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 靜?}B | 1110100011001110001111110111110101000010 | e8ce3f7d42 |
EUC-JP | 靜?}B | 1111000011010000001111110111110101000010 | f0d03f7d42 |
UTF-8 | 靜렗}B | 1110100110011101100111001110101110100000100101110111110101000010 | e99d9ceba0977d42 |
UHC | 靜렗}B | 111100001010000110001110101011000111110101000010 | f0a18eac7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)