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 | 0011111100111111001111111001110001101101001111110111101101100100 | 3f3f3f9c6d3f7b64 |
EUC-JP | 邕??徇?{d | 10001111111000011110110100111111001111111101011111001110001111110111101101100100 | 8fe1ed3f3fd7ce3f7b64 |
UTF-8 | 邕뤷츉徇럕{d | 1110100110000010100101011110101110100100101101111110110010111000100010011110010110111110100001111110101110011111100101010111101101100100 | e98295eba4b7ecb889e5be87eb9f957b64 |
UHC | 邕뤷츉徇럕{d | 111010001011101110001111111001011010111010000101111000101101111110001110011100100111101101100100 | e8bb8fe5ae85e2df8e727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)