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{^ | 0011111110001100110000010110111001111101001111111000110011000001011011100111101101011110 | 3f8cc16e7d3f8cc16e7b5e |
EUC-JP | ?乎n}?乎n{^ | 0011111110111000110000110110111001111101001111111011100011000011011011100111101101011110 | 3fb8c36e7d3fb8c36e7b5e |
UTF-8 | 뤗乎n}뤗乎n{^ | 1110101110100100100101111110010010111001100011100110111001111101111010111010010010010111111001001011100110001110011011100111101101011110 | eba497e4b98e6e7deba497e4b98e6e7b5e |
UHC | 뤗乎n}뤗乎n{^ | 10001111110001111111101110111010011011100111110110001111110001111111101110111010011011100111101101011110 | 8fc7fbba6e7d8fc7fbba6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)