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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 軏乞ぐ贒姆 | 11111011101100101000110011101110100000101010111011111011101011111001101101000111 | fbb28cee82aefbaf9b47 |
EUC-JP | 軏乞ぐ贒姆 | 100011111110000011011001101110001111000010100100101100001000111111011111110000111101010110101000 | 8fe0d9b8f0a4b08fdfc3d5a8 |
UTF-8 | 軏乞ぐ贒姆 | 111010001011101110001111111001001011100110011110111000111000000110010000111010001011010010010010111001011010011110000110 | e8bb8fe4b99ee38190e8b492e5a786 |
UHC | ?乞ぐ?姆 | 0011111111001011111101111010101010110000001111111101100110110101 | 3fcbf7aab03fd9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)