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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 咀?鬱?B | 10011001111100000011111110011111010101000011111101000010 | 99f03f9f543f42 |
EUC-JP | 咀?鬱?B | 11010010111100100011111111011101101101010011111101000010 | d2f23fddb53f42 |
UTF-8 | 咀렍鬱렠B | 11100101100100101000000011101011101000001000110111101001101011001011000111101011101000001010000001000010 | e59280eba08de9acb1eba0a042 |
UHC | 咀렍鬱렠B | 111011101011101010001110101000111110101010100110100011101011000101000010 | eeba8ea3eaa68eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)