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 | ??E^ | 00111111001111110100010101011110 | 3f3f455e |
SJIS-WIN | 但袖E^ | 100100100100000110010001101100110100010101011110 | 924191b3455e |
EUC-JP | 但袖E^ | 110000111010001011000010101101010100010101011110 | c3a2c2b5455e |
UTF-8 | 但袖E^ | 1110010010111101100001101110100010100010100101100100010101011110 | e4bd86e8a296455e |
UHC | 但袖E^ | 110100111010001111100010110000000100010101011110 | d3a3e2c0455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)