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 | ??????M | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
SJIS-WIN | ??????M | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
EUC-JP | ??????M | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
UTF-8 | 혧쨘횤혦횑청M | 11101101100110001010011111101100101010001001100011101101100110101010010011101101100110001010011011101101100110101001000111101100101100101010110101001101 | ed98a7eca898ed9aa4ed98a6ed9a91ecb2ad4d |
UHC | 혧쨘횤혦횑청M | 11000010100011111100001010111010110000111001101111000010100011101100001110001100110000111011101101001101 | c28fc2bac39bc28ec38cc3bb4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)