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{^ | 0011111111101000111111000110111001111101001111111110100011111100011011100111101101011110 | 3fe8fc6e7d3fe8fc6e7b5e |
EUC-JP | ?顰n}?顰n{^ | 0011111111110000111111100110111001111101001111111111000011111110011011100111101101011110 | 3ff0fe6e7d3ff0fe6e7b5e |
UTF-8 | 䭵顰n}䭵顰n{^ | 1110010010101101101101011110100110100001101100000110111001111101111001001010110110110101111010011010000110110000011011100111101101011110 | e4adb5e9a1b06e7de4adb5e9a1b06e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)