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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ?⑥????F | 0011111110000111010001010011111100111111001111110011111101000110 | 3f87453f3f3f3f46 |
EUC-JP | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
UTF-8 | 泥⑥ℓ李쏀쉧F | 11101111101001111010001111100010100100011010010111100010100001001001001111101111101001111010000111101100100011111000000011101100100010011010011101000110 | efa7a3e291a5e28493efa7a1ec8f80ec89a746 |
UHC | 泥⑥ℓ李쏀쉧F | 11101100101100101010100011101100101001111010010011101100101100001011110111101101100110101000000101000110 | ecb2a8eca7a4ecb0bded9a8146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)