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 | 鬆キ辭 | 1110100110100000101101111110011110000110 | e9a0b7e786 |
EUC-JP | 鬆キ辭 | 111100101010001010001110101101111110110111100110 | f2a28eb7ede6 |
UTF-8 | 鬆キ辭 | 111010011010110010000110111011111011110110110111111010001011111010101101 | e9ac86efbdb7e8bead |
UHC | ??辭 | 00111111001111111101111011110110 | 3f3fdef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)