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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 夭泥 | 10011010111011101001001101000100 | 9aee9344 |
EUC-JP | 夭泥 | 11010100111100001100010110100101 | d4f0c5a5 |
UTF-8 | 夭泥 | 111001011010010010101101111001101011001110100101 | e5a4ade6b3a5 |
UHC | 夭泥 | 11101000111011001101001011111010 | e8ecd2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)