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 | 10010010010010011001001001000001100100011011001101000110 | 9249924191b346 |
EUC-JP | 棚但袖F | 11000011101010101100001110100010110000101011010101000110 | c3aac3a2c2b546 |
UTF-8 | 棚但袖F | 11100110101000111001101011100100101111011000011011101000101000101001011001000110 | e6a39ae4bd86e8a29646 |
UHC | 棚但袖F | 11011101110111001101001110100011111000101100000001000110 | dddcd3a3e2c046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)