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?? | 00111111010011010011111100111111 | 3f4d3f3f |
SJIS-WIN | 脱M短担 | 10010010010001010100110110010010010110101001001001010011 | 92454d925a9253 |
EUC-JP | 脱M短担 | 11000011101001100100110111000011101110111100001110110100 | c3a64dc3bbc3b4 |
UTF-8 | 脱M短担 | 11101000100001001011000101001101111001111001111110101101111001101000101110000101 | e884b14de79fade68b85 |
UHC | ?M短? | 0011111101001101110100111010110100111111 | 3f4dd3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)