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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?彧}?彧{^ | 001111111111101010111001011111010011111111111010101110010111101101011110 | 3ffab97d3ffab97b5e |
EUC-JP | ?彧}?彧{^ | 0011111110001111101111001111111001111101001111111000111110111100111111100111101101011110 | 3f8fbcfe7d3f8fbcfe7b5e |
UTF-8 | 슖彧}슖彧{^ | 111011001000101010010110111001011011110110100111011111011110110010001010100101101110010110111101101001110111101101011110 | ec8a96e5bda77dec8a96e5bda77b5e |
UHC | 슖彧}슖彧{^ | 1001101010100101111010011110111001111101100110101010010111101001111011100111101101011110 | 9aa5e9ee7d9aa5e9ee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)