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? | 001111110100110100111111 | 3f4d3f |
SJIS-WIN | 粃Mф | 1110001011100001010011011000010010000110 | e2e14d8486 |
EUC-JP | 粃Mф | 1110010011100011010011011010011111100110 | e4e34da7e6 |
UTF-8 | 粃Mф | 111001111011001010000011010011011101000110000100 | e7b2834dd184 |
UHC | 粃Mф | 1101110111111011010011011010110011100110 | ddfb4dace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)