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 | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 檍??誼?{d | 100111101111100000111111001111111000101101100010001111110111101101100100 | 9ef83f3f8b623f7b64 |
EUC-JP | 檍??誼?{d | 110111001111101000111111001111111011010111000011001111110111101101100100 | dcfa3f3fb5c33f7b64 |
UTF-8 | 檍딅낄誼뛷{d | 1110011010101010100011011110101110010100100001011110101110000010100001001110100010101010101111001110101110011011101101110111101101100100 | e6aa8deb9485eb8284e8aabceb9bb77b64 |
UHC | 檍딅낄誼뛷{d | 111001011110010110001010111010111011001110100101111010111111111010001101011110000111101101100100 | e5e58aebb3a5ebfe8d787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)