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³}B | 111110110100110110001110101100110111110101000010 | fb4d8eb37d42 |
SJIS-WIN | ?M??}B | 001111110100110100111111001111110111110101000010 | 3f4d3f3f7d42 |
EUC-JP | ûM??}B | 1000111110101011111001010100110100111111001111110111110101000010 | 8fabe54d3f3f7d42 |
UTF-8 | ûM³}B | 110000111011101101001101110000101000111011000010101100110111110101000010 | c3bb4dc28ec2b37d42 |
UHC | ?M?³}B | 00111111010011010011111110101001111110000111110101000010 | 3f4d3fa9f87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)