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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?顫存寥?^ | 001111111110100011111010100100011011011010011011100011000011111101011110 | 3fe8fa91b69b8c3f5e |
EUC-JP | ?顫存寥?^ | 001111111111000011111100110000101011100011010101111011000011111101011110 | 3ff0fcc2b8d5ec3f5e |
UTF-8 | 뤺顫存寥듸^ | 11101011101001001011101011101001101000011010101111100101101011011001100011100101101011111010010111101011100100111011100001011110 | eba4bae9a1abe5ad98e5afa5eb93b85e |
UHC | 뤺顫存寥듸^ | 1000111111101000111011111011010111110000111011011110100011101111101101011110111101011110 | 8fe8efb5f0ede8efb5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)