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 | 蝓キ陦鍋洌 | 111001011001111110110111111010001010000110010011111001111001111110101110 | e59fb7e8a193e79fae |
EUC-JP | 蝓キ陦鍋洌 | 11101010101000011000111010110111111100001010001111000110111010011101111010110000 | eaa18eb7f0a3c6e9deb0 |
UTF-8 | 蝓キ陦鍋洌 | 111010001001110110010011111011111011110110110111111010011001100110100110111010011000110110001011111001101011010010001100 | e89d93efbdb7e999a6e98d8be6b48c |
UHC | ???鍋洌 | 00111111001111110011111111001110101001111101011010101100 | 3f3f3fcea7d6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)