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 | 髏飯堺ス洲 | 111010011001000010010100110100011000110111100100101111011000111101000110 | e99094d18de4bd8f46 |
EUC-JP | 髏飯堺ス洲 | 11110001111100001100100011010011101110101110011010001110101111011011110110100111 | f1f0c8d3bae68ebdbda7 |
UTF-8 | 髏飯堺ス洲 | 111010011010101110001111111010011010001110101111111001011010000010111010111011111011110110111101111001101011010010110010 | e9ab8fe9a3afe5a0baefbdbde6b4b2 |
UHC | ?飯堺?洲 | 0011111111011010111110011100110011110111001111111111000110111101 | 3fdaf9ccf73ff1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)