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 | ???p\ | 0011111100111111001111110111000001011100 | 3f3f3f705c |
SJIS-WIN | 炭卒速p\ | 1001001001011001100100011011001010010001101011000111000001011100 | 925991b291ac705c |
EUC-JP | 炭卒速p\ | 1100001110111010110000101011010011000010101011100111000001011100 | c3bac2b4c2ae705c |
UTF-8 | 炭卒速p\ | 1110011110000010101011011110010110001101100100101110100110000000100111110111000001011100 | e782ade58d92e9809f705c |
UHC | 炭卒速p\ | 1111011110101001111100001110111111100001110111000111000001011100 | f7a9f0efe1dc705c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)