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 | 11100110111011011000111011100111100011111000111001000110 | e6ed8ee78f8e46 |
EUC-JP | 跫守庶F | 11101100111011111011110011101001101111011110111001000110 | ecefbce9bdee46 |
UTF-8 | 跫守庶F | 11101000101101111010101111100101101011101000100011100101101110101011011001000110 | e8b7abe5ae88e5bab646 |
UHC | ?守庶F | 001111111110000111111010110111111110111001000110 | 3fe1fadfee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)