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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????字 | 001111110011111100111111001111111000111010011010 | 3f3f3f3f8e9a |
EUC-JP | ????字 | 001111110011111100111111001111111011101111111010 | 3f3f3f3fbbfa |
UTF-8 | 룶퓦⒝룫字 | 111010111010001110110110111011011001001110100110111000101001001010011101111010111010001110101011111001011010110110010111 | eba3b6ed93a6e2929deba3abe5ad97 |
UHC | 룶퓦⒝룫字 | 10001111101010111011111110001111101010011100111010001111101000101110110110101110 | 8fabbf8fa9ce8fa2edae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)