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³~ | 1111101101001101100011101011001101111110 | fb4d8eb37e |
SJIS-WIN | ?M??~ | 0011111101001101001111110011111101111110 | 3f4d3f3f7e |
EUC-JP | ûM??~ | 10001111101010111110010101001101001111110011111101111110 | 8fabe54d3f3f7e |
UTF-8 | ûM³~ | 1100001110111011010011011100001010001110110000101011001101111110 | c3bb4dc28ec2b37e |
UHC | ?M?³~ | 001111110100110100111111101010011111100001111110 | 3f4d3fa9f87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)