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 | è]ûó | 11101000010111011111101111110011 | e85dfbf3 |
SJIS-WIN | ?]?? | 00111111010111010011111100111111 | 3f5d3f3f |
EUC-JP | è]ûó | 10001111101010111011001001011101100011111010101111100101100011111010101111010001 | 8fabb25d8fabe58fabd1 |
UTF-8 | è]ûó | 11000011101010000101110111000011101110111100001110110011 | c3a85dc3bbc3b3 |
UHC | ?]?? | 00111111010111010011111100111111 | 3f5d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)