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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 唸怐h唸 | 10011010010110001001110010000001011010001001101001011000 | 9a589c81689a58 |
EUC-JP | 唸怐h唸 | 11010011101110011101011111100001011010001101001110111001 | d3b9d7e168d3b9 |
UTF-8 | 唸怐h唸 | 11100101100101001011100011100110100000001001000001101000111001011001010010111000 | e594b8e6809068e594b8 |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)