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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陋侫陋侫^ | 111010001001101110011011010001001110100010011011100110110100010001011110 | e89b9b44e89b9b445e |
EUC-JP | 陋侫陋侫^ | 111011111111101111010101101001011110111111111011110101011010010101011110 | effbd5a5effbd5a55e |
UTF-8 | 陋侫陋侫^ | 11101001100110011000101111100100101111101010101111101001100110011000101111100100101111101010101101011110 | e9998be4beabe9998be4beab5e |
UHC | 陋?陋?^ | 11010111101100000011111111010111101100000011111101011110 | d7b03fd7b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)