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 | 域?―攸 | 10001000111001100011111110000001010111001001110110111111 | 88e63f815c9dbf |
EUC-JP | 域?―攸 | 10110000111010000011111110100001101111011101101011000001 | b0e83fa1bddac1 |
UTF-8 | 域숇―攸 | 111001011001111110011111111011001000100010000111111000101000000010010101111001101001010010111000 | e59f9fec8887e28095e694b8 |
UHC | 域숇―攸 | 1110011010110100100110011110101110100001101010101110101011110010 | e6b499eba1aaeaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)