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 | 11101001100110011011110111100111100101111010001111100111100101111011111101000111 | e999bde797a3e797bf47 |
EUC-JP | 髯ス逞」逞ソG | 11110001111110011000111010111101111011011111011110001110101000111110110111110111100011101011111101000111 | f1f98ebdedf78ea3edf78ebf47 |
UTF-8 | 髯ス逞」逞ソG | 11101001101010111010111111101111101111011011110111101001100000001001111011101111101111011010001111101001100000001001111011101111101111011011111101000111 | e9abafefbdbde9809eefbda3e9809eefbdbf47 |
UHC | ??逞?逞?G | 001111110011111111010110110000010011111111010110110000010011111101000111 | 3f3fd6c13fd6c13f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)