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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???盼 | 001111110011111100111111100011111100111011011001 | 3f3f3f8fced9 |
UTF-8 | 뤰컣펿盼 | 111010111010010010110000111011001011101110100011111011011000111010111111111001111001101110111100 | eba4b0ecbba3ed8ebfe79bbc |
UHC | 뤰컣펿盼 | 1000111111011110101100001000111010111100100011101101101011110000 | 8fdeb08ebc8edaf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)