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 | â®Õ¾ | 11100010101011101101010110111110 | e2aed5be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | â®Õ? | 10001111101010111010010010001111101000101110111010001111101010101101100000111111 | 8faba48fa2ee8faad83f |
UTF-8 | â®Õ¾ | 1100001110100010110000101010111011000011100101011100001010111110 | c3a2c2aec395c2be |
UHC | ?®?¾ | 001111111010001011100111001111111010100011111010 | 3fa2e73fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)