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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 螂ェ謗「阡オG | 11100101101001011010101011100110100011101010001011101000100101001011010101000111 | e5a5aae68ea2e894b547 |
EUC-JP | 螂ェ謗「阡オG | 11101010101001111000111010101010111010111110111010001110101000101110111111110100100011101011010101000111 | eaa78eaaebee8ea2eff48eb547 |
UTF-8 | 螂ェ謗「阡オG | 11101000100111101000001011101111101111011010101011101000101011001001011111101111101111011010001011101001100110001010000111101111101111011011010101000111 | e89e82efbdaae8ac97efbda2e998a1efbdb547 |
UHC | 螂?謗?阡?G | 11010101110011000011111111011011101111110011111111110100110001100011111101000111 | d5cc3fdbbf3ff4c63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)