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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 軏乞ぐ贒欲F | 1111101110110010100011001110111010000010101011101111101110101111100101110111111001000110 | fbb28cee82aefbaf977e46 |
EUC-JP | 軏乞ぐ贒欲F | 10001111111000001101100110111000111100001010010010110000100011111101111111000011110011011101111101000110 | 8fe0d9b8f0a4b08fdfc3cddf46 |
UTF-8 | 軏乞ぐ贒欲F | 11101000101110111000111111100100101110011001111011100011100000011001000011101000101101001001001011100110101011001011001001000110 | e8bb8fe4b99ee38190e8b492e6acb246 |
UHC | ?乞ぐ?欲F | 001111111100101111110111101010101011000000111111111010011011000001000110 | 3fcbf7aab03fe9b046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)