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]H | 00111111011011010101110101001000 | 3f6d5d48 |
SJIS-WIN | ?m]H | 00111111011011010101110101001000 | 3f6d5d48 |
EUC-JP | ?m]H | 00111111011011010101110101001000 | 3f6d5d48 |
UTF-8 | 혱m]H | 111011011001100010110001011011010101110101001000 | ed98b16d5d48 |
UHC | 혱m]H | 1100001010011000011011010101110101001000 | c2986d5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)