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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 丹達W | 1001001001001111100100100100001001010111 | 924f924257 |
EUC-JP | 丹達W | 1100001110110000110000111010001101010111 | c3b0c3a357 |
UTF-8 | 丹達W | 11100100101110001011100111101001100000011001010001010111 | e4b8b9e9819457 |
UHC | 丹達W | 1101001110100001110100111011100101010111 | d3a1d3b957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)