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{^ | 1110101001100100001111110110111001111101111010100110010000111111011011100111101101011110 | ea643f6e7dea643f6e7b5e |
EUC-JP | 鹽?n}鹽?n{^ | 1111001111000101001111110110111001111101111100111100010100111111011011100111101101011110 | f3c53f6e7df3c53f6e7b5e |
UTF-8 | 鹽뭥n}鹽뭥n{^ | 1110100110111001101111011110101110101101101001010110111001111101111010011011100110111101111010111010110110100101011011100111101101011110 | e9b9bdebada56e7de9b9bdebada56e7b5e |
UHC | 鹽뭥n}鹽뭥n{^ | 11100111101001001001001001101111011011100111110111100111101001001001001001101111011011100111101101011110 | e7a4926f6e7de7a4926f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)