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 | 縞捨示煮 | 1000111011001000100011101100110010001110101001101000111011001111 | 8ec88ecc8ea68ecf |
EUC-JP | 縞捨示煮 | 1011110011001010101111001100111010111100101010001011110011010001 | bccabccebca8bcd1 |
UTF-8 | 縞捨示煮 | 111001111011100010011110111001101000110110101000111001111010010010111010111001111000010110101110 | e7b89ee68da8e7a4bae785ae |
UHC | 縞捨示煮 | 1111101111010110110111101101011111100011110001101110110110110100 | fbd6ded7e3c6edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)