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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 讎簿ス截F | 1110011010100110100101011110101110111101100111010100001001000110 | e6a695ebbd9d4246 |
EUC-JP | 讎簿ス截F | 111011001010100011001010111011011000111010111101110110011010001101000110 | eca8caed8ebdd9a346 |
UTF-8 | 讎簿ス截F | 11101000101011101000111011100111101100001011111111101111101111011011110111100110100010001010101001000110 | e8ae8ee7b0bfefbdbde688aa46 |
UHC | ?簿?截F | 00111111110111011010110100111111111011111011100001000110 | 3fddad3fefb846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)