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 | 111110110100110110001110101110110111110101000010 | fb4d8ebb7d42 |
SJIS-WIN | ?M??}B | 001111110100110100111111001111110111110101000010 | 3f4d3f3f7d42 |
EUC-JP | ûM??}B | 1000111110101011111001010100110100111111001111110111110101000010 | 8fabe54d3f3f7d42 |
UTF-8 | ûM»}B | 110000111011101101001101110000101000111011000010101110110111110101000010 | c3bb4dc28ec2bb7d42 |
UHC | ?M??}B | 001111110100110100111111001111110111110101000010 | 3f4d3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)