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 | 睡滓 | 10010000100001111001111111100110 | 90879fe6 |
EUC-JP | 睡滓 | 10111111111001111101111011101000 | bfe7dee8 |
UTF-8 | 睡滓 | 111001111001110110100001111001101011101110010011 | e79da1e6bb93 |
UHC | 睡滓 | 11100010101100101110111010101011 | e2b2eeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)