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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 讖逸勝 | 111001101010100110001000111011011000111110011111 | e6a988ed8f9f |
EUC-JP | 讖逸勝 | 111011001010101110110000111011111011111010100001 | ecabb0efbea1 |
UTF-8 | 讖逸勝 | 111010001010111010010110111010011000000010111000111001011000101110011101 | e8ae96e980b8e58b9d |
UHC | 讖逸勝 | 111100111101100111101100111011111110001110101101 | f3d9ecefe3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)