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{^ | 10011010101110101110010011100011011011100111110110011010101110101110010011100011011011100111101101011110 | 9abae4e36e7d9abae4e36e7b5e |
EUC-JP | 埃蒹n}埃蒹n{^ | 11010100101111001110100011100101011011100111110111010100101111001110100011100101011011100111101101011110 | d4bce8e56e7dd4bce8e56e7b5e |
UTF-8 | 埃蒹n}埃蒹n{^ | 1110010110011111100000111110100010010010101110010110111001111101111001011001111110000011111010001001001010111001011011100111101101011110 | e59f83e892b96e7de59f83e892b96e7b5e |
UHC | 埃?n}埃?n{^ | 1110010011101111001111110110111001111101111001001110111100111111011011100111101101011110 | e4ef3f6e7de4ef3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)