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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巖盪幢 | 100110111101110011100001101110011001101111101111 | 9bdce1b99bef |
EUC-JP | 巖盪幢 | 110101101101111011100010101110111101011011110001 | d6dee2bbd6f1 |
UTF-8 | 巖盪幢 | 111001011011011110010110111001111001101110101010111001011011100110100010 | e5b796e79baae5b9a2 |
UHC | 巖?幢 | 1110010011011100001111111101001111010011 | e4dc3fd3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)