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 | ?B?^ | 00111111010000100011111101011110 | 3f423f5e |
SJIS-WIN | ?B?^ | 00111111010000100011111101011110 | 3f423f5e |
EUC-JP | ?B?^ | 00111111010000100011111101011110 | 3f423f5e |
UTF-8 | 혳B혳^ | 1110110110011000101100110100001011101101100110001011001101011110 | ed98b342ed98b35e |
UHC | 혳B혳^ | 110000101001101001000010110000101001101001011110 | c29a42c29a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)