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 | ?瀕存猫?^ | 001111111001010101101101100100011011011010010100010011000011111101011110 | 3f956d91b6944c3f5e |
EUC-JP | ?瀕存猫?^ | 001111111100100111001110110000101011100011000111101011010011111101011110 | 3fc9cec2b8c7ad3f5e |
UTF-8 | 뤫瀕存猫듸^ | 11101011101001001010101111100111100000001001010111100101101011011001100011100111100011001010101111101011100100111011100001011110 | eba4abe78095e5ad98e78cabeb93b85e |
UHC | 뤫瀕存猫듸^ | 1000111111011001110111101011010111110000111011011101100111011110101101011110111101011110 | 8fd9deb5f0edd9deb5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)