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 | 11101101100110001010011111101100101100001011111011101101100110101001101111101101100110001010011011101100101010011000110011101100101100101010110101001101 | ed98a7ecb0beed9a9bed98a6eca98cecb2ad4d |
UHC | 혧찾횛혦쩌청M | 11000010100011111100001110100011110000111001010111000010100011101100001010111100110000111011101101001101 | c28fc3a3c395c28ec2bcc3bb4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)