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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??ゼ凡?^ | 0011111100111111100000110101101110010110011111010011111101011110 | 3f3f835b967d3f5e |
EUC-JP | ??ゼ凡?^ | 0011111100111111101001011011110011001011110111100011111101011110 | 3f3fa5bccbde3f5e |
UTF-8 | 솥뤗ゼ凡펑^ | 11101100100001101010010111101011101001001001011111100011100000101011110011100101100001111010000111101101100011101001000101011110 | ec86a5eba497e382bce587a1ed8e915e |
UHC | 솥뤗ゼ凡펑^ | 1011110011011100100011111100011110101011101111001101101111101101110001101110001101011110 | bcdc8fc7abbcdbedc6e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)