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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 縟堯B | 1110001101110100111010101001111101000010 | e374ea9f42 |
EUC-JP | 縟堯B | 1110010111010101111101001010000101000010 | e5d5f4a142 |
UTF-8 | 縟堯B | 11100111101110001001111111100101101000001010111101000010 | e7b89fe5a0af42 |
UHC | 縟堯B | 1110100110110010111010001110101101000010 | e9b2e8eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)