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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮柴捨 | 100011101100111110001110110001001000111011001100 | 8ecf8ec48ecc |
EUC-JP | 煮柴捨 | 101111001101000110111100110001101011110011001110 | bcd1bcc6bcce |
UTF-8 | 煮柴捨 | 111001111000010110101110111001101001111110110100111001101000110110101000 | e785aee69fb4e68da8 |
UHC | 煮柴捨 | 111011011011010011100011110000111101111011010111 | edb4e3c3ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)