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 | ???MF | 0011111100111111001111110100110101000110 | 3f3f3f4d46 |
SJIS-WIN | 裝耕瓜MF | 1110010111100100100011010110101110001001010110100100110101000110 | e5e48d6b895a4d46 |
EUC-JP | 裝耕瓜MF | 1110101011100110101110011100110010110001101110110100110101000110 | eae6b9ccb1bb4d46 |
UTF-8 | 裝耕瓜MF | 1110100010100011100111011110100010000000100101011110011110010011100111000100110101000110 | e8a39de88095e7939c4d46 |
UHC | 裝耕瓜MF | 1110110111111011110011001110100111001101111111100100110101000110 | edfbcce9cdfe4d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)