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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒔イ闖ン | 11110010101101101000111010101010111100001011010010110010111010001000111111011101 | f2b68eaaf0b4b2e88fdd |
EUC-JP | ?蒔?イ闖ン | 00111111101111001010110000111111100011101011001011101111111011111000111011011101 | 3fbcac3f8eb2efef8edd |
UTF-8 | 蒔イ闖ン | 111011101000011110101101111010001001001010010100111011101000000110110011111011111011110110110010111010011001011110010110111011111011111010011101 | ee87ade89294ee81b3efbdb2e99796efbe9d |
UHC | ?蒔??闖? | 0011111111100011110010000011111100111111111101111110011000111111 | 3fe3c83f3ff7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)