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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 軏乞ぐ贒羊\ | 1111101110110010100011001110111010000010101011101111101110101111100101110111001001011100 | fbb28cee82aefbaf97725c |
EUC-JP | 軏乞ぐ贒羊\ | 10001111111000001101100110111000111100001010010010110000100011111101111111000011110011011101001101011100 | 8fe0d9b8f0a4b08fdfc3cdd35c |
UTF-8 | 軏乞ぐ贒羊\ | 11101000101110111000111111100100101110011001111011100011100000011001000011101000101101001001001011100111101111101000101001011100 | e8bb8fe4b99ee38190e8b492e7be8a5c |
UHC | ?乞ぐ?羊\ | 001111111100101111110111101010101011000000111111111001011100111101011100 | 3fcbf7aab03fe5cf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)