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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 旦達y | 1001001001010101100100100100001001111001 | 9255924279 |
EUC-JP | 旦達y | 1100001110110110110000111010001101111001 | c3b6c3a379 |
UTF-8 | 旦達y | 11100110100101111010011011101001100000011001010001111001 | e697a6e9819479 |
UHC | 旦達y | 1101001110101001110100111011100101111001 | d3a9d3b979 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)