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 | ?d? | 001111110110010000111111 | 3f643f |
SJIS-WIN | 竪d竪 | 1001001001000111011001001001001001000111 | 9247649247 |
EUC-JP | 竪d竪 | 1100001110101000011001001100001110101000 | c3a864c3a8 |
UTF-8 | 竪d竪 | 11100111101010111010101001100100111001111010101110101010 | e7abaa64e7abaa |
UHC | 竪d竪 | 1110001010110101011001001110001010110101 | e2b564e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)