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?W | 00111111011001000011111101010111 | 3f643f57 |
SJIS-WIN | ?d?W | 00111111011001000011111101010111 | 3f643f57 |
EUC-JP | ?d?W | 00111111011001000011111101010111 | 3f643f57 |
UTF-8 | 묭d묨W | 1110101110101100101011010110010011101011101011001010100001010111 | ebacad64ebaca857 |
UHC | 묭d묨W | 100100100100010001100100100100100100000101010111 | 924464924157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)