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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 棚袖損F | 10010010010010011001000110110011100100011011100101000110 | 924991b391b946 |
EUC-JP | 棚袖損F | 11000011101010101100001010110101110000101011101101000110 | c3aac2b5c2bb46 |
UTF-8 | 棚袖損F | 11100110101000111001101011101000101000101001011011100110100100001000110101000110 | e6a39ae8a296e6908d46 |
UHC | 棚袖損F | 11011101110111001110001011000000111000011101111101000110 | dddce2c0e1df46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)