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{^ | 0011111111111010110110010110111001111101001111111111101011011001011011100111101101011110 | 3ffad96e7d3ffad96e7b5e |
EUC-JP | ?晳n}?晳n{^ | 00111111100011111100001011000100011011100111110100111111100011111100001011000100011011100111101101011110 | 3f8fc2c46e7d3f8fc2c46e7b5e |
UTF-8 | 뺻晳n}뺻晳n{^ | 1110101110111010101110111110011010011001101100110110111001111101111010111011101010111011111001101001100110110011011011100111101101011110 | ebbabbe699b36e7debbabbe699b36e7b5e |
UHC | 뺻晳n}뺻晳n{^ | 10010110010001001110000010101111011011100111110110010110010001001110000010101111011011100111101101011110 | 9644e0af6e7d9644e0af6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)