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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 應橋?B | 100111001110010010001011101101000011111101000010 | 9ce48bb43f42 |
EUC-JP | 應橋?B | 110110001110011010110110101101100011111101000010 | d8e6b6b63f42 |
UTF-8 | 應橋욉B | 11100110100001111000100111100110101010011000101111101100100110101000100101000010 | e68789e6a98bec9a8942 |
UHC | 應橋욉B | 11101011111010111100111011101001101111111110000101000010 | ebebcee9bfe142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)