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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 綺?\}綺?\{^ | 1110001101011001001111110101110001111101111000110101100100111111010111000111101101011110 | e3593f5c7de3593f5c7b5e |
EUC-JP | 綺?\}綺?\{^ | 1110010110111010001111110101110001111101111001011011101000111111010111000111101101011110 | e5ba3f5c7de5ba3f5c7b5e |
UTF-8 | 綺접\}綺접\{^ | 1110011110110110101110101110110010100000100100010101110001111101111001111011011010111010111011001010000010010001010111000111101101011110 | e7b6baeca0915c7de7b6baeca0915c7b5e |
UHC | 綺접\}綺접\{^ | 11010001101110111100000110100010010111000111110111010001101110111100000110100010010111000111101101011110 | d1bbc1a25c7dd1bbc1a25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)