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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 轢」荵晏恂 | 111001111000000010100011111001001011100110011101111001011001110010010110 | e780a3e4b99de59c96 |
EUC-JP | 轢」荵晏恂 | 11101101111000001000111010100011111010001011101111011010111001111101011111110110 | ede08ea3e8bbdae7d7f6 |
UTF-8 | 轢」荵晏恂 | 111010001011110110100010111011111011110110100011111010001000110110110101111001101001100110001111111001101000000110000010 | e8bda2efbda3e88db5e6998fe68182 |
UHC | 轢??晏恂 | 1101010111111001001111110011111111100100110011111110001011100001 | d5f93f3fe4cfe2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)