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{^ | 10010011110100001110010011110101011011100111110110010011110100001110010011110101011011100111101101011110 | 93d0e4f56e7d93d0e4f56e7b5e |
EUC-JP | 寅蔟n}寅蔟n{^ | 11000110110100101110100011110111011011100111110111000110110100101110100011110111011011100111101101011110 | c6d2e8f76e7dc6d2e8f76e7b5e |
UTF-8 | 寅蔟n}寅蔟n{^ | 1110010110101111100001011110100010010100100111110110111001111101111001011010111110000101111010001001010010011111011011100111101101011110 | e5af85e8949f6e7de5af85e8949f6e7b5e |
UHC | 寅?n}寅?n{^ | 1110110011011001001111110110111001111101111011001101100100111111011011100111101101011110 | ecd93f6e7decd93f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)