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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謔カ闡キ | 111001101000001010110110111010001001000110110111 | e682b6e891b7 |
EUC-JP | 謔カ闡キ | 1110101111100010100011101011011011101111111100011000111010110111 | ebe28eb6eff18eb7 |
UTF-8 | 謔カ闡キ | 111010001010110010010100111011111011110110110110111010011001011110100001111011111011110110110111 | e8ac94efbdb6e997a1efbdb7 |
UHC | 謔?闡? | 111110011100110000111111111101001100010100111111 | f9cc3ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)