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 | 莠旋雕竇ァ | 111001001011101010010000111110011110100010111000111000101000010110100111 | e4ba90f9e8b8e285a7 |
EUC-JP | 莠旋雕竇ァ | 11101000101111001100000011111011111100001011101011100011111001011000111010100111 | e8bcc0fbf0bae3e58ea7 |
UTF-8 | 莠旋雕竇ァ | 111010001000111010100000111001101001011110001011111010011001101110010101111001111010101110000111111011111011110110100111 | e88ea0e6978be99b95e7ab87efbda7 |
UHC | ?旋雕竇? | 0011111111100000110000011111000011100111110101001110010000111111 | 3fe0c1f0e7d4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)