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 | 11100011101100001110000001101101 | e3b0e06d |
SJIS-WIN | ?°?m | 0011111110000001100010110011111101101101 | 3f818b3f6d |
EUC-JP | ã°àm | 100011111010101110101010101000011110101110001111101010111010001001101101 | 8fabaaa1eb8faba26d |
UTF-8 | ã°àm | 11000011101000111100001010110000110000111010000001101101 | c3a3c2b0c3a06d |
UHC | ?°?m | 0011111110100001110001100011111101101101 | 3fa1c63f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)