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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 竪叩] | 1001001001000111100100100100000001011101 | 924792405d |
EUC-JP | 竪叩] | 1100001110101000110000111010000101011101 | c3a8c3a15d |
UTF-8 | 竪叩] | 11100111101010111010101011100101100011111010100101011101 | e7abaae58fa95d |
UHC | 竪叩] | 1110001010110101110011011011000001011101 | e2b5cdb05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)