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 | ¿ | 11101110101110101011000110111111 | eebab1bf |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | ¿ | 1000111110101011110000101000111110100010111010111010000111011110100011111010001011000100 | 8fabc28fa2eba1de8fa2c4 |
UTF-8 | ¿ | 1100001110101110110000101011101011000010101100011100001010111111 | c3aec2bac2b1c2bf |
UHC | ?º±¿ | 00111111101010001010110010100001101111101010001010101111 | 3fa8aca1bea2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)