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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祉摯嫉捨 | 1000111010000011100111011001010110001110101110011000111011001100 | 8e839d958eb98ecc |
EUC-JP | 祉摯嫉捨 | 1011101111100011110110011111010110111100101110111011110011001110 | bbe3d9f5bcbbbcce |
UTF-8 | 祉摯嫉捨 | 111001111010010110001001111001101001000110101111111001011010101110001001111001101000110110101000 | e7a589e691afe5ab89e68da8 |
UHC | 祉摯嫉捨 | 1111001010110011111100101010011111110010111011001101111011010111 | f2b3f2a7f2ecded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)