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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 丹達v | 1001001001001111100100100100001001110110 | 924f924276 |
EUC-JP | 丹達v | 1100001110110000110000111010001101110110 | c3b0c3a376 |
UTF-8 | 丹達v | 11100100101110001011100111101001100000011001010001110110 | e4b8b9e9819476 |
UHC | 丹達v | 1101001110100001110100111011100101110110 | d3a1d3b976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)