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 | ?UN}?UN{^ | 001111110101010101001110011111010011111101010101010011100111101101011110 | 3f554e7d3f554e7b5e |
SJIS-WIN | ?UN}?UN{^ | 001111110101010101001110011111010011111101010101010011100111101101011110 | 3f554e7d3f554e7b5e |
EUC-JP | ?UN}?UN{^ | 001111110101010101001110011111010011111101010101010011100111101101011110 | 3f554e7d3f554e7b5e |
UTF-8 | ℑUN}ℑUN{^ | 11100010100001001001000101010101010011100111110111100010100001001001000101010101010011100111101101011110 | e28491554e7de28491554e7b5e |
UHC | ?UN}?UN{^ | 001111110101010101001110011111010011111101010101010011100111101101011110 | 3f554e7d3f554e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)