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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 熱???ч? | 1001010001001101001111110011111100111111100001001000100100111111 | 944d3f3f3f84893f |
EUC-JP | 熱???ч? | 1100011110101110001111110011111100111111101001111110100100111111 | c7ae3f3f3fa7e93f |
UTF-8 | 熱듬객流ч렟 | 1110011110000110101100011110101110010011101011001110101010110000100111011110111110100111100010101101000110000111111010111010000010011111 | e786b1eb93aceab09defa78ad187eba09f |
UHC | 熱듬객流ч렟 | 111001101111000010110101111010111011000010110100111010101111110010101100111010011000111010110000 | e6f0b5ebb0b4eafcace98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)