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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 亂溝B | 1001100010101010100011010110000101000010 | 98aa8d6142 |
EUC-JP | 亂溝B | 1101000010101100101110011100001001000010 | d0acb9c242 |
UTF-8 | 亂溝B | 11100100101110101000001011100110101110101001110101000010 | e4ba82e6ba9d42 |
UHC | 亂溝B | 1101010110101111110011111011010101000010 | d5afcfb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)