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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?鶻n}?鶻n{^ | 0011111111101010010100100110111001111101001111111110101001010010011011100111101101011110 | 3fea526e7d3fea526e7b5e |
EUC-JP | ?鶻n}?鶻n{^ | 0011111111110011101100110110111001111101001111111111001110110011011011100111101101011110 | 3ff3b36e7d3ff3b36e7b5e |
UTF-8 | 쿢鶻n}쿢鶻n{^ | 1110110010111111101000101110100110110110101110110110111001111101111011001011111110100010111010011011011010111011011011100111101101011110 | ecbfa2e9b6bb6e7decbfa2e9b6bb6e7b5e |
UHC | 쿢?n}쿢?n{^ | 1011001101010101001111110110111001111101101100110101010100111111011011100111101101011110 | b3553f6e7db3553f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)