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 | 瞳泯 | 10010011101101011001111110100001 | 93b59fa1 |
EUC-JP | 瞳泯 | 11000110101101111101111010100011 | c6b7dea3 |
UTF-8 | 瞳泯 | 111001111001111010110011111001101011001110101111 | e79eb3e6b3af |
UHC | 瞳泯 | 11010100110110101101101011000110 | d4dadac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)