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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涇ス螳溏 | 11111010111110111011110111100101101011101001111111101101 | fafbbde5ae9fed |
EUC-JP | 涇ス螳溏 | 100011111100011111000111100011101011110111101010101100001101111011101111 | 8fc7c78ebdeab0deef |
UTF-8 | 涇ス螳溏 | 111001101011011010000111111011111011110110111101111010001001111010110011111001101011101010001111 | e6b687efbdbde89eb3e6ba8f |
UHC | 涇?螳? | 110011001101110000111111110100111101100100111111 | ccdc3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)