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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 唸怐h唸怐 | 100110100101100010011100100000010110100010011010010110001001110010000001 | 9a589c81689a589c81 |
EUC-JP | 唸怐h唸怐 | 110100111011100111010111111000010110100011010011101110011101011111100001 | d3b9d7e168d3b9d7e1 |
UTF-8 | 唸怐h唸怐 | 11100101100101001011100011100110100000001001000001101000111001011001010010111000111001101000000010010000 | e594b8e6809068e594b8e68090 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)