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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 質燁シ萪ャB | 1111001010101001100011101011111111111011010110011011110011100100110100101010110001000010 | f2a98ebffb59bce4d2ac42 |
EUC-JP | ?質燁シ萪ャB | 00111111101111001100000110001111110010101011001110001110101111001110100011010100100011101010110001000010 | 3fbcc18fcab38ebce8d48eac42 |
UTF-8 | 質燁シ萪ャB | 11101110100001111010000011101000101100111010101011100111100001111000000111101111101111011011110011101000100100001010101011101111101111011010110001000010 | ee87a0e8b3aae78781efbdbce890aaefbdac42 |
UHC | ?質燁???B | 001111111111001011110101111001111010011100111111001111110011111101000010 | 3ff2f5e7a73f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)