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???? | 001111110100110100111111001111110011111100111111 | 3f4d3f3f3f3f |
SJIS-WIN | 短M多短側贈 | 1001001001011010010011011001000110111101100100100101101010010001101001001001000110100001 | 925a4d91bd925a91a491a1 |
EUC-JP | 短M多短側贈 | 1100001110111011010011011100001010111111110000111011101111000010101001101100001010100011 | c3bb4dc2bfc3bbc2a6c2a3 |
UTF-8 | 短M多短側贈 | 11100111100111111010110101001101111001011010010010011010111001111001111110101101111001011000000110110100111010001011010010001000 | e79fad4de5a49ae79fade581b4e8b488 |
UHC | 短M多短側贈 | 1101001110101101010011011101001011111101110100111010110111110110101100001111000111111100 | d3ad4dd2fdd3adf6b0f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)