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? | 001111110100110100111111 | 3f4d3f |
SJIS-WIN | ?M? | 001111110100110100111111 | 3f4d3f |
EUC-JP | ?M? | 001111110100110100111111 | 3f4d3f |
UTF-8 | 혖M혘 | 11101101100110001001011001001101111011011001100010011000 | ed98964ded9898 |
UHC | 혖M혘 | 1100001010000001010011011100001010000011 | c2814dc283 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)