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??? | 0011111101001101001111110011111100111111 | 3f4d3f3f3f |
SJIS-WIN | 短M多短側 | 100100100101101001001101100100011011110110010010010110101001000110100100 | 925a4d91bd925a91a4 |
EUC-JP | 短M多短側 | 110000111011101101001101110000101011111111000011101110111100001010100110 | c3bb4dc2bfc3bbc2a6 |
UTF-8 | 短M多短側 | 11100111100111111010110101001101111001011010010010011010111001111001111110101101111001011000000110110100 | e79fad4de5a49ae79fade581b4 |
UHC | 短M多短側 | 110100111010110101001101110100101111110111010011101011011111011010110000 | d3ad4dd2fdd3adf6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)