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?V?}B | 00111111011011010011111101010110001111110111110101000010 | 3f6d3f563f7d42 |
SJIS-WIN | ?m?V?}B | 00111111011011010011111101010110001111110111110101000010 | 3f6d3f563f7d42 |
EUC-JP | ?m?V?}B | 00111111011011010011111101010110001111110111110101000010 | 3f6d3f563f7d42 |
UTF-8 | 묧m묭V묰}B | 11101011101011001010011101101101111010111010110010101101010101101110101110101100101100000111110101000010 | ebaca76debacad56ebacb07d42 |
UHC | 묧m묭V묰}B | 10010001111111100110110110010010010001000101011010010010010001110111110101000010 | 91fe6d92445692477d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)