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 | 壯℡?軟?’ | 10011010111000011000011110000100001111111001001111101110001111111000000101100110 | 9ae187843f93ee3f8166 |
EUC-JP | 壯??軟?’ | 110101001110001100111111001111111100011011110000001111111010000111000111 | d4e33f3fc6f03fa1c7 |
UTF-8 | 壯℡넍軟㏝’ | 111001011010001110101111111000101000010010100001111010111000010010001101111010001011101110011111111000111000111110011101111000101000000010011001 | e5a3afe284a1eb848de8bb9fe38f9de28099 |
UHC | 壯℡넍軟㏝’ | 111011011110000010100010111001011000011010011001111001101110001110100111111010011010000110101111 | ede0a2e58699e6e3a7e9a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)