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{^ | 11101000101010111001011001110010011011100111110111101000101010111001011001110010011011100111101101011110 | e8ab96726e7de8ab96726e7b5e |
EUC-JP | 隲睦n}隲睦n{^ | 11110000101011011100101111010011011011100111110111110000101011011100101111010011011011100111101101011110 | f0adcbd36e7df0adcbd36e7b5e |
UTF-8 | 隲睦n}隲睦n{^ | 1110100110011010101100101110011110011101101001100110111001111101111010011001101010110010111001111001110110100110011011100111101101011110 | e99ab2e79da66e7de99ab2e79da66e7b5e |
UHC | ?睦n}?睦n{^ | 0011111111011001110011100110111001111101001111111101100111001110011011100111101101011110 | 3fd9ce6e7d3fd9ce6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)