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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | リ鞏ヲリ鞏、^ | 110110001110100011011101101001101101100011101000110111011010010001011110 | d8e8dda6d8e8dda45e |
EUC-JP | リ鞏ヲリ鞏、^ | 10001110110110001111000011011111100011101010011010001110110110001111000011011111100011101010010001011110 | 8ed8f0df8ea68ed8f0df8ea45e |
UTF-8 | リ鞏ヲリ鞏、^ | 11101111101111101001100011101001100111101000111111101111101111011010011011101111101111101001100011101001100111101000111111101111101111011010010001011110 | efbe98e99e8fefbda6efbe98e99e8fefbda45e |
UHC | ?鞏??鞏?^ | 001111111100110111111001001111110011111111001101111110010011111101011110 | 3fcdf93f3fcdf93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)